Linux/linux 7d73710arch/x86/kvm/vmx vmx.c vmx.h

kvm: vmx: Stop wasting a page for guest_msrs

We will never need more guest_msrs than there are indices in
vmx_msr_index. Thus, at present, the guest_msrs array will not exceed
168 bytes.

Signed-off-by: Jim Mattson <jmattson at google.com>
Reviewed-by: Liran Alon <liran.alon at oracle.com>
Signed-off-by: Paolo Bonzini <pbonzini at redhat.com>
DeltaFile
+2-10arch/x86/kvm/vmx/vmx.c
+7-1arch/x86/kvm/vmx/vmx.h
+9-112 files

UnifiedSplitRaw