Merge tag 'kvm-s390-master-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 May 2020 12:09:17 +0000 (08:09 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 6 May 2020 12:09:17 +0000 (08:09 -0400)
KVM: s390: Fix for running nested uner z/VM

There are circumstances when running nested under z/VM that would trigger a
WARN_ON_ONCE. Remove the WARN_ON_ONCE. Long term we certainly want to make this
code more robust and flexible, but just returning instead of WARNING makes
guest bootable again.


Trivial merge