Home
last modified time | relevance | path

Searched hist:e93fc7b4544a5475cfdbc22f87e89f9829bf801c (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/kvm/
H A Dkvm-s390.cdiff e93fc7b4544a5475cfdbc22f87e89f9829bf801c Tue Mar 03 09:10:57 CET 2020 Christian Borntraeger <borntraeger@de.ibm.com> KVM: s390: Also reset registers in sync regs for initial cpu reset

When we do the initial CPU reset we must not only clear the registers
in the internal data structures but also in kvm_run sync_regs. For
modern userspace sync_regs is the only place that it looks at.

Fixes: 7de3f1423ff9 ("KVM: s390: Add new reset vcpu API")
Acked-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>