Skip to content
Snippets Groups Projects
Commit 6e085cbf authored by Paolo Bonzini's avatar Paolo Bonzini
Browse files

KVM: SVM: immediately inject INTR vmexit


We can immediately leave SVM guest mode in svm_check_nested_events
now that we have the nested_run_pending mechanism.  This makes
things easier because we can run the rest of inject_pending_event
with GIF=0, and KVM will naturally end up requesting the next
interrupt window.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 38c0b192
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment