qemu-devel
[Top][All Lists]
Advanced

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

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


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

On 07/19/2017 02:54 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/{helper.c => excp_helper.c} | 307 +-------------------
  target/s390x/helper.c                    | 472 +------------------------------
  4 files changed, 15 insertions(+), 774 deletions(-)
  copy target/s390x/{helper.c => excp_helper.c} (67%)

Wow, git diff really made a mess out of that one.

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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