]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: VMX: Expose various module param vars via capabilities.h
authorSean Christopherson <sean.j.christopherson@intel.com>
Mon, 3 Dec 2018 21:53:03 +0000 (13:53 -0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Dec 2018 11:34:29 +0000 (12:34 +0100)
commit0e5d4c84b8f5016567fe20d584e2e26af9b03961
tree94d4e800e5a8c822f397614ee592090ebec61036
parente3fed5252a9afd6ee09b94800b23fdd6a41657e3
KVM: VMX: Expose various module param vars via capabilities.h

Expose the variables associated with various module params that are
needed by the nested VMX code.  There is no ulterior logic for what
variables are/aren't exposed, this is purely "what's needed by the
nested code".

Note that @nested is intentionally not exposed.

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