commit | 2e69f8656139fc3f28079ed5019a2a475e175f0a | [log] [tgz] |
---|---|---|
author | Radim Krčmář <rkrcmar@redhat.com> | Thu Sep 29 22:41:32 2016 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Nov 02 21:32:17 2016 +0100 |
tree | e9d58fac4317901de8b84f364632b45f5010754e | |
parent | 40d8338d095e6117112f4d303e5d6cf776069e38 [diff] |
KVM: VMX: join functions that disable x2apic msr intercepts vmx_disable_intercept_msr_read_x2apic() and vmx_disable_intercept_msr_write_x2apic() differed only in the type. Pass the type to a new function. [Ordered and commented TPR intercept according to Paolo's suggestion.] Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>