commit | 2c4fd91d26643504011b7c2b75563a437e19d6a1 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Mon Dec 03 13:53:03 2018 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 14 12:34:29 2018 +0100 |
tree | 94d4e800e5a8c822f397614ee592090ebec61036 | |
parent | 3077c191088255932c9e3780d8c6a59f147b75b8 [diff] |
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>