KVM: SVM: leave halted state on vmexit
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 23 Apr 2020 17:13:09 +0000 (13:13 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 13 May 2020 16:14:22 +0000 (12:14 -0400)
commit38c0b192bd6df089cdffd9828d19e764385f96e6
treec4cc019b2459308bfc4e579f9b5815ae305c2011
parentf74f94140fa50f768e61d626de4c146502b9102d
KVM: SVM: leave halted state on vmexit

Similar to VMX, we need to leave the halted state when performing a vmexit.
Failure to do so will cause a hang after vmexit.

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