Paolo, one fix for the reset that was detected by some improved selftests: The following changes since commit d718fdc3e752ba51ddb2b5554d3db98a09355cc2: KVM: x86: remove stale comment from struct x86_emulate_ctxt (2020-03-03 17:38:22 +0100) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux.git tags/kvm-s390-master-5.6-1 for you to fetch changes up to e93fc7b4544a5475cfdbc22f87e89f9829bf801c: KVM: s390: Also reset registers in sync regs for initial cpu reset (2020-03-11 08:25:26 +0100) ---------------------------------------------------------------- KVM: s390: Fully do the CPU resets as intended With 7de3f1423ff9 ("KVM: s390: Add new reset vcpu API") we clarified the meaning of the reset ioctl to fully reset the CPU and not only the parts that can not be handled by userspace. Turns out that we missed some parts. ---------------------------------------------------------------- Christian Borntraeger (1): KVM: s390: Also reset registers in sync regs for initial cpu reset arch/s390/kvm/kvm-s390.c | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-)