KVM: nSVM: correctly inject INIT vmexits
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 16 May 2020 12:50:35 +0000 (08:50 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 May 2020 15:46:18 +0000 (11:46 -0400)
commit5b672408660e309ce7d54462eea050d5e5d0fc3d
treeb1897b65006448ea2d62ee5bb71ac0a827cb1374
parentbd279629f73f27f0931d09cd3da904b923fb6f35
KVM: nSVM: correctly inject INIT vmexits

The usual drill at this point, except there is no code to remove because this
case was not handled at all.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/svm/nested.c