commit | 1389309c811b0c954bf3b591b761d79b1700283d | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Feb 26 13:40:09 2018 +0100 |
committer | Radim Krčmář <rkrcmar@redhat.com> | Tue Mar 06 18:40:46 2018 +0100 |
tree | a4f02311c7dae4b0fc861f9385faf03d4e2d4e08 | |
parent | 6677f3dad8747a5a84a2e7f67a35444fc9be895a [diff] |
KVM: nVMX: expose VMX capabilities for nested hypervisors to userspace Use the new MSR feature framework to tell userspace which VMX capabilities are available for nested hypervisors. Before, these were only accessible with the KVM_GET_MSR VCPU ioctl, after VCPUs had been created. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>