]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: nVMX: introduce struct nested_vmx_msrs
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 26 Feb 2018 12:40:08 +0000 (13:40 +0100)
committerRadim Krčmář <rkrcmar@redhat.com>
Tue, 6 Mar 2018 17:40:46 +0000 (18:40 +0100)
commit00c3e64c6f74f357136e1c5ec604422ffbcbe5ef
tree088590dcc3e7b5288a50691dc2de47ffc0c32cf4
parent4cf79d1c5846c43388b529a31ce610255722eda4
KVM: nVMX: introduce struct nested_vmx_msrs

Move the MSRs to a separate struct, so that we can introduce a global
instance and return it from the /dev/kvm KVM_GET_MSRS ioctl.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
arch/x86/kvm/vmx.c