Skip to content
Commit 78f2145c authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: nSVM: avoid loss of pending IRQ/NMI before entering L2



This patch reproduces for nSVM the change that was made for nVMX in
commit b5861e5c ("KVM: nVMX: Fix loss of pending IRQ/NMI before
entering L2").  While I do not have a test that breaks without it, I
cannot see why it would not be necessary since all events are unblocked
by VMRUN's setting of GIF back to 1.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent b518ba9f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment