aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vcpu.h
diff options
context:
space:
mode:
authorEddie Dong <eddie.dong@intel.com>2011-06-09 16:24:09 +0800
committerEddie Dong <eddie.dong@intel.com>2011-06-09 16:24:09 +0800
commitb022030520d9f3b6cd6758b141127b1203d4b890 (patch)
tree41116538715d891f075b610f34f862d5b873a655 /xen/include/asm-x86/hvm/vcpu.h
parente130dea343056626957a4adb568064b967868dd0 (diff)
downloadxen-b022030520d9f3b6cd6758b141127b1203d4b890.tar.gz
xen-b022030520d9f3b6cd6758b141127b1203d4b890.tar.bz2
xen-b022030520d9f3b6cd6758b141127b1203d4b890.zip
Nested VMX: Add data structure for nestedvmx
Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Eddie Dong <eddie.dong@intel.com> Acked-by: Tim Deegan <Tim.Deegan@citrix.com> Committed-by: Tim Deegan <Tim.Deegan@citrix.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vcpu.h')
-rw-r--r--xen/include/asm-x86/hvm/vcpu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h
index 0282c01c3c..8c225a51eb 100644
--- a/xen/include/asm-x86/hvm/vcpu.h
+++ b/xen/include/asm-x86/hvm/vcpu.h
@@ -24,6 +24,7 @@
#include <asm/hvm/io.h>
#include <asm/hvm/vlapic.h>
#include <asm/hvm/vmx/vmcs.h>
+#include <asm/hvm/vmx/vvmx.h>
#include <asm/hvm/svm/vmcb.h>
#include <asm/hvm/svm/nestedsvm.h>
#include <asm/mtrr.h>
@@ -57,6 +58,7 @@ struct nestedvcpu {
/* SVM/VMX arch specific */
union {
struct nestedsvm nsvm;
+ struct nestedvmx nvmx;
} u;
bool_t nv_flushp2m; /* True, when p2m table must be flushed */