KVM: vmx: simplify MSR bitmap setup
authorPaolo Bonzini <pbonzini@redhat.com>
Wed, 20 Dec 2017 10:32:16 +0000 (11:32 +0100)
committerRadim Krčmář <rkrcmar@redhat.com>
Tue, 16 Jan 2018 15:52:48 +0000 (16:52 +0100)
commit1f6e5b25643e539e55a4c7553e4be6562c88fb76
treed3e1ea94cf2411764759d5bce1e6f43450be11ff
parent07f36616cde482a9fd65da9a64f504190c7a0edb
KVM: vmx: simplify MSR bitmap setup

The APICv-enabled MSR bitmap is a superset of the APICv-disabled bitmap.
Make that obvious in vmx_disable_intercept_msr_x2apic.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
[Resolved rebase conflict after removing Intel PT. - Radim]
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/vmx.c