commit | 7d73710d9ca2564f29d291d0b3badc09efdf25e9 | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Tue Dec 03 16:24:42 2019 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Dec 04 12:23:27 2019 +0100 |
tree | 3faff2296cb15f547fd961b4c468bdda0924771a | |
parent | 433f4ba1904100da65a311033f17a9bf586b287e [diff] |
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@google.com> Reviewed-by: Liran Alon <liran.alon@oracle.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>