[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions
From: |
Cornelia Huck |
Subject: |
Re: [PATCH v3 2/4] s390x: Add missing vcpu reset functions |
Date: |
Wed, 4 Dec 2019 15:59:37 +0100 |
On Tue, 3 Dec 2019 08:28:11 -0500
Janosch Frank <address@hidden> wrote:
> Up to now we only had an ioctl to reset vcpu data QEMU couldn't reach
> for the initial reset, and that was also called for the clear
> reset. To be architecture compliant, we also need to clear local
> interrupts on a normal reset.
Do we also need to do something like that for tcg? David?
>
> Because of this and the upcoming protvirt support we need to add
> ioctls for the missing clear and normal resets.
>
> Signed-off-by: Janosch Frank <address@hidden>
> Reviewed-by: Thomas Huth <address@hidden>
> Acked-by: David Hildenbrand <address@hidden>
> ---
> target/s390x/cpu.c | 16 +++++++++++++--
> target/s390x/kvm-stub.c | 10 +++++++++-
> target/s390x/kvm.c | 42 ++++++++++++++++++++++++++++++++--------
> target/s390x/kvm_s390x.h | 4 +++-
> 4 files changed, 60 insertions(+), 12 deletions(-)
[PATCH v3 4/4] pc-bios/s390x: Fix reset psw mask, Janosch Frank, 2019/12/03