[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 12/15] s390x: protvirt: Set guest IPL PSW
From: |
Thomas Huth |
Subject: |
Re: [PATCH 12/15] s390x: protvirt: Set guest IPL PSW |
Date: |
Thu, 28 Nov 2019 15:30:41 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0 |
On 20/11/2019 12.43, Janosch Frank wrote:
> Handling of CPU reset and setting of the IPL psw from guest storage at
> offset 0 is done by a Ultravisor call. Let's only fetch it if
> necessary.
>
> Signed-off-by: Janosch Frank <address@hidden>
> ---
> hw/s390x/pv.c | 5 +++++
> hw/s390x/pv.h | 1 +
> hw/s390x/s390-virtio-ccw.c | 3 ++-
> linux-headers/linux/kvm.h | 1 +
> target/s390x/cpu.c | 9 ++++++++-
> 5 files changed, 17 insertions(+), 2 deletions(-)
[...]
> diff --git a/hw/s390x/s390-virtio-ccw.c b/hw/s390x/s390-virtio-ccw.c
> index 6fd50b4c42..e020b92854 100644
> --- a/hw/s390x/s390-virtio-ccw.c
> +++ b/hw/s390x/s390-virtio-ccw.c
> @@ -404,7 +404,8 @@ static void s390_machine_reset(MachineState *machine)
> s390_ipl_pv_unpack();
> /* Verify integrity */
> s390_pv_verify();
> - s390_cpu_set_state(S390_CPU_STATE_OPERATING, cpu);
> + env->pv = true;
Ah, here you set env->pv = true manually ... so maybe that's another
good reason to get rid of patch 05/15 ("s390x: protvirt: Sync PV state")
in the end?
Reviewed-by: Thomas Huth <address@hidden>
[PATCH 10/15] s390x: protvirt: Add new VCPU reset functions, Janosch Frank, 2019/11/20
[PATCH 13/15] s390x: protvirt: Move diag 308 data over SIDAD, Janosch Frank, 2019/11/20