OSDN Git Service

KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:53:10 +0000 (13:53 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 16:17:57 +0000 (17:17 +0100)
commit5158917c7b0196aefc1a4e9bc4458777dd2c41ec
tree9a976d2d7abc877e7bc7b5a36f1714ba2b3ab21f
parent944c3464538de42b92284a922f0929b5fe6bd893
KVM: x86: nVMX: Allow nested_enable_evmcs to be NULL

...so that it can conditionally set by the VMX code, i.e. iff @nested is
true.  This will in turn allow it to be moved out of vmx.c and into a
nested-specified file.

Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c