]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6deb0d63f88d5f59d503381e388911189faa4741
treed3e1ea94cf2411764759d5bce1e6f43450be11ff
parente9d8e3712624e428188a0f7356553eb29f187e10
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