commit | f4160e459c57646122beaea3f163b798179ea446 | [log] [tgz] |
---|---|---|
author | Jim Mattson <jmattson@google.com> | Tue May 29 09:11:33 2018 -0700 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 04 17:52:51 2018 +0200 |
tree | 3e62f482cb03953772b562435d1b9385c73f4254 | |
parent | a943ac50d10aac96dca63d0460365a699d41fdd0 [diff] |
kvm: nVMX: Add support for "VMWRITE to any supported field" Add support for "VMWRITE to any supported field in the VMCS" and enable this feature by default in L1's IA32_VMX_MISC MSR. If userspace clears the VMX capability bit, the old behavior will be restored. Note that this feature is a prerequisite for kvm in L1 to use VMCS shadowing, once that feature is available. Signed-off-by: Jim Mattson <jmattson@google.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>