qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2 4/5] target/s390x: Move exception-related fun


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v2 4/5] target/s390x: Move exception-related functions to a new excp_helper.c file
Date: Sun, 23 Jul 2017 06:57:18 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/21/2017 04:45 AM, Thomas Huth wrote:
These functions can not be compiled with --disable-tcg. But since we
need the other functions from helper.c in the non-tcg build, we can also
not simply remove helper.c from the non-tcg builds. Thus the problematic
functions have to be moved into a separate new file instead that we
can later omit in the non-tcg builds.

Signed-off-by: Thomas Huth<address@hidden>
---
  target/s390x/Makefile.objs |   2 +-
  target/s390x/cpu.h         |   8 +
  target/s390x/excp_helper.c | 515 +++++++++++++++++++++++++++++++++++++++++++++
  target/s390x/helper.c      | 472 +----------------------------------------
  4 files changed, 528 insertions(+), 469 deletions(-)
  create mode 100644 target/s390x/excp_helper.c

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]