KVM: nSVM: remove exit_required
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 16 May 2020 12:46:00 +0000 (08:46 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 May 2020 15:46:17 +0000 (11:46 -0400)
commitbd279629f73f27f0931d09cd3da904b923fb6f35
tree763dfa2d14840390e76ecbe235a6e13ef45a9423
parent7c86663b68bab393633d8312a0d25a3d004de182
KVM: nSVM: remove exit_required

All events now inject vmexits before vmentry rather than after vmexit.  Therefore,
exit_required is not set anymore and we can remove it.

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