qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/5] target/s390x: Move s390_cpu_dump_state() to


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 2/5] target/s390x: Move s390_cpu_dump_state() to helper.c
Date: Wed, 19 Jul 2017 08:06:27 -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:
translate.c can not be compiled with --disable-tcg, but we need
the s390_cpu_dump_state() in KVM-only builds, too. So let's move
that function to helper.c instead, which will also be compiled
when --disable-tcg has been specified.

Signed-off-by: Thomas Huth<address@hidden>
---
  target/s390x/helper.c    | 60 ++++++++++++++++++++++++++++++++++++++++++++++++
  target/s390x/translate.c | 60 ------------------------------------------------
  2 files changed, 60 insertions(+), 60 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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