[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>
- [qemu-s390x] [PATCH v3 0/9] s390x: instruction flags and AFP registers for TCG, David Hildenbrand, 2018/09/17
- [qemu-s390x] [PATCH v3 1/9] s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturn, David Hildenbrand, 2018/09/17
- Re: [qemu-s390x] [PATCH v3 1/9] s390x: move tcg_s390_program_interrupt() into TCG code and mark it noreturn,
Thomas Huth <=
- [qemu-s390x] [PATCH v3 2/9] s390x/tcg: factor out and fix DATA exception injection, David Hildenbrand, 2018/09/17
- [qemu-s390x] [PATCH v3 3/9] s390x/tcg: store in the TB flags if AFP is enabled, David Hildenbrand, 2018/09/17
- [qemu-s390x] [PATCH v3 4/9] s390x/tcg: support flags for instructions, David Hildenbrand, 2018/09/17
- [qemu-s390x] [PATCH v3 5/9] s390x/tcg: add instruction flags for floating point instructions, David Hildenbrand, 2018/09/17
- [qemu-s390x] [PATCH v3 6/9] s390x/tcg: check for AFP-register, BFP and DFP data exceptions, David Hildenbrand, 2018/09/17