linux_dsm_epyc7002/arch/s390/kvm
Janosch Frank 0f30350471 KVM: s390: protvirt: Do only reset registers that are accessible
For protected VMs the hypervisor can not access guest breaking event
address, program parameter, bpbc and todpr. Do not reset those fields
as the control block does not provide access to these fields.

Signed-off-by: Janosch Frank <frankja@linux.ibm.com>
Reviewed-by: Cornelia Huck <cohuck@redhat.com>
Reviewed-by: David Hildenbrand <david@redhat.com>
[borntraeger@de.ibm.com: patch merging, splitting, fixing]
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
2020-02-27 19:47:12 +01:00
..
diag.c KVM: s390: Do not yield when target is already running 2019-10-10 13:18:40 +02:00
gaccess.c
gaccess.h
guestdbg.c
intercept.c KVM: s390: protvirt: Write sthyi data to instruction data area 2020-02-27 19:47:11 +01:00
interrupt.c KVM: s390: protvirt: Add SCLP interrupt handling 2020-02-27 19:47:11 +01:00
irq.h
Kconfig
kvm-s390.c KVM: s390: protvirt: Do only reset registers that are accessible 2020-02-27 19:47:12 +01:00
kvm-s390.h KVM: s390: protvirt: Add initial vm and cpu lifecycle handling 2020-02-27 19:47:11 +01:00
Makefile KVM: s390: protvirt: Add initial vm and cpu lifecycle handling 2020-02-27 19:47:11 +01:00
priv.c KVM: s390: protvirt: STSI handling 2020-02-27 19:47:12 +01:00
pv.c KVM: S390: protvirt: Introduce instruction data area bounce buffer 2020-02-27 19:47:11 +01:00
sigp.c
trace-s390.h
trace.h
vsie.c