From 49f7c7364e0acbc44604e0315599782096eee522 Mon Sep 17 00:00:00 2001 From: "tdeegan@york.uk.xensource.com" Date: Wed, 16 Aug 2006 17:02:35 +0100 Subject: Replace shadow pagetable code with shadow2. --- xen/include/asm-x86/hvm/vcpu.h | 6 ++++++ 1 file changed, 6 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 f89b6ad787..b607a4578b 100644 --- a/xen/include/asm-x86/hvm/vcpu.h +++ b/xen/include/asm-x86/hvm/vcpu.h @@ -29,6 +29,7 @@ #define HVM_VCPU_INIT_SIPI_SIPI_STATE_WAIT_SIPI 1 struct hvm_vcpu { + unsigned long hw_cr3; /* value we give to HW to use */ unsigned long ioflags; struct hvm_io_op io_op; struct vlapic *vlapic; @@ -40,6 +41,11 @@ struct hvm_vcpu { int xen_port; +#if CONFIG_PAGING_LEVELS >= 3 + l3_pgentry_t hvm_lowmem_l3tab[4] + __attribute__((__aligned__(32))); +#endif + /* Flags */ int flag_dr_dirty; -- cgit v1.2.3