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

KVM: SVM: introduce nested_run_pending


We want to inject vmexits immediately from svm_check_nested_events,
so that the interrupt/NMI window requests happen in inject_pending_event
right after it returns.

This however has the same issue as in vmx_check_nested_events, so
introduce a nested_run_pending flag with the exact same purpose
of delaying vmexit injection after the vmentry.

Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 4aef2ec9
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