]> asedeno.scripts.mit.edu Git - linux.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)
commit6677f3dad8747a5a84a2e7f67a35444fc9be895a
tree088590dcc3e7b5288a50691dc2de47ffc0c32cf4
parent6beacf74c25711d5ee83412a3abc839af8ce6697
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