commit | c7c2c709b60ed2d7e6e6871496f0e963cfad121f | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Fri May 05 11:28:09 2017 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue May 09 11:53:41 2017 +0200 |
tree | e8b6d757124e553362e80295d5aed583f5e12d23 | |
parent | 4415b335282591e76762cd9e6dc60932a7595fc3 [diff] |
kvm: nVMX: Validate CR3 target count on nested VM-entry According to the SDM, the CR3-target count must not be greater than 4. Future processors may support a different number of CR3-target values. Software should read the VMX capability MSR IA32_VMX_MISC to determine the number of values supported. Signed-off-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>