From 9a779e4fc1619a61c407d4db8934c8732a6c2d02 Mon Sep 17 00:00:00 2001 From: cegger Date: Wed, 9 Mar 2011 12:36:05 +0100 Subject: Implement SVM specific part for Nested Virtualization Signed-off-by: Christoph Egger Acked-by: Tim Deegan Committed-by: Tim Deegan --- xen/include/asm-x86/hvm/vcpu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xen/include/asm-x86/hvm/vcpu.h') diff --git a/xen/include/asm-x86/hvm/vcpu.h b/xen/include/asm-x86/hvm/vcpu.h index e5d26c9f22..a5e3401fe0 100644 --- a/xen/include/asm-x86/hvm/vcpu.h +++ b/xen/include/asm-x86/hvm/vcpu.h @@ -25,6 +25,7 @@ #include #include #include +#include #include enum hvm_io_state { @@ -50,6 +51,7 @@ struct nestedvcpu { /* SVM/VMX arch specific */ union { + struct nestedsvm nsvm; } u; bool_t nv_flushp2m; /* True, when p2m table must be flushed */ -- cgit v1.2.3