commit | 97b7ead392637247569818b6603e54b0a6277dd0 | [log] [tgz] |
---|---|---|
author | Sean Christopherson <sean.j.christopherson@intel.com> | Mon Dec 03 13:53:16 2018 -0800 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 14 17:18:01 2018 +0100 |
tree | 8965c00fdcdd6b5ca68f48443c61e5a223b819c3 | |
parent | cf3646eb3adfd9149e3c29fc765a59e8bd6ff82d [diff] |
KVM: VMX: Expose various getters and setters to nested VMX ...as they're used directly by the nested code. This will allow moving the bulk of the nested code out of vmx.c without concurrent changes to vmx.h. Signed-off-by: Sean Christopherson <sean.j.christopherson@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>