]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value
authorSean Christopherson <seanjc@google.com>
Tue, 7 Jun 2022 21:35:54 +0000 (21:35 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Jul 2022 17:22:28 +0000 (13:22 -0400)
commit350706862cc92f3abc820fe3673a6d502d3419be
treecd5666c39cdc9238febd41367aba2e4b0dd78043
parent636b74629d998a9464873f4f9fa224199073b3ce
KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value

Restrict the nVMX MSRs based on KVM's config, not based on the guest's
current config.  Using the guest's config to audit the new config
prevents userspace from restoring the original config (KVM's config) if
at any point in the past the guest's config was restricted in any way.

Fixes: 0dd15b119da0 ("KVM: nVMX: support restore of VMX capability MSRs")
Cc: stable@vger.kernel.org
Cc: David Matlack <dmatlack@google.com>
Signed-off-by: Sean Christopherson <seanjc@google.com>
Message-Id: <20220607213604.3346000-6-seanjc@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c