]> 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)
commit4e1d5e1dac7f34df371c9f0016d4d549f4f33564
tree088590dcc3e7b5288a50691dc2de47ffc0c32cf4
parent53f1c805cf10a08b2ce0a7a7d95151bb55a069fd
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