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

KVM: move EXIT_FASTPATH_REENTER_GUEST to common code



Now that KVM is using static calls, calling vmx_vcpu_run and
vmx_sync_pir_to_irr does not incur anymore the cost of a
retpoline.

Therefore there is no need anymore to handle EXIT_FASTPATH_REENTER_GUEST
in vendor code.

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