commit | d89d04ab6030c73b24bbe032fb474e0fb74dd891 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Tue Feb 02 10:44:23 2021 -0500 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Thu Feb 04 05:27:37 2021 -0500 |
tree | aff5a8761027e48da8d10016f130e3a519384643 | |
parent | fb18d053b7f823e6a9acf62d1be5b986ca614253 [diff] |
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: Paolo Bonzini <pbonzini@redhat.com>