• Paolo Bonzini's avatar
    KVM: SVM: immediately inject INTR vmexit · 6e085cbf
    Paolo Bonzini authored
    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>
    6e085cbf
nested.c 25.3 KB