]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:52:59 +0000 (13:52 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 11:34:26 +0000 (12:34 +0100)
commit681f9ecbfa4eec2417c37c0fd6913aa4d6174ae0
tree7d1c8821d69f8680214005487fca54f64dd53fba
parent21e6b0de29583fbda76a76f625d5a018b20b4614
KVM: VMX: Move caching of MSR_IA32_XSS to hardware_setup()

MSR_IA32_XSS has no relation to the VMCS whatsoever, it doesn't belong
in setup_vmcs_config() and its reference to host_xss prevents moving
setup_vmcs_config() to a dedicated file.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/vmx.c