qemu-s390x
[Top][All Lists]
Advanced

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

Re: [qemu-s390x] [PATCH v3 1/9] s390x: move tcg_s390_program_interrupt()


From: Thomas Huth
Subject: Re: [qemu-s390x] [PATCH v3 1/9] s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturn
Date: Wed, 26 Sep 2018 13:02:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1

On 2018-09-17 11:34, David Hildenbrand wrote:
> Move it into TCG-only code and provide a stub. Turn it into noreturn.
> 
> As Richard noted, we currently don't log the psw.addr before restoring
> the state, fix that by moving (duplicating) the qemu_log_mask in the
> tcg/kvm handlers.
> 
> Reviewed-by: Richard Henderson <address@hidden>
> Signed-off-by: David Hildenbrand <address@hidden>
> ---
>  target/s390x/excp_helper.c | 13 +++++++++++++
>  target/s390x/interrupt.c   | 15 +--------------
>  target/s390x/kvm.c         |  4 +++-
>  target/s390x/tcg-stub.c    |  5 +++++
>  target/s390x/tcg_s390x.h   |  2 ++
>  5 files changed, 24 insertions(+), 15 deletions(-)

Reviewed-by: Thomas Huth <address@hidden>



reply via email to

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