search for: shadow_publ

Displaying 3 results from an estimated 3 matches for "shadow_publ".

Did you mean: shadow_public
2005 Sep 01
0
[PATCH][VT]Make 32-bit VMX guest work on 64-bit host
...Signed-off-by: Jun Nakajima <jun.nakajima@intel.com> b/xen/arch/x86/shadow_guest32.c | 18 + b/xen/include/asm-x86/shadow_ops.h | 130 +++++++++ xen/arch/x86/Makefile | 2 xen/arch/x86/shadow.c | 516 ++++++++++++++++++++++++++++-------- xen/arch/x86/shadow_public.c | 93 +++++- xen/arch/x86/vmx.c | 22 + xen/include/asm-x86/page-guest32.h | 5 xen/include/asm-x86/shadow.h | 39 +- xen/include/asm-x86/shadow_64.h | 143 ++------- xen/include/asm-x86/shadow_public.h | 1 10 files changed, 720 insertions(+), 2...
2006 Feb 18
4
[PATCH] HVM x86_32 PAE guest support on 64-bit Xen
...off-by: Yunhong Jiang <yunhong.jiang@intel.com> b/xen/arch/x86/shadow_guest32pae.c | 18 ++ xen/arch/x86/Makefile | 2 xen/arch/x86/hvm/vmx/vmx.c | 113 ++++++++++++++-- xen/arch/x86/shadow.c | 258 ++++++++++++++++++++++++++++++------- xen/arch/x86/shadow_public.c | 32 ++++ xen/common/page_alloc.c | 1 xen/include/asm-x86/hvm/hvm.h | 10 + xen/include/asm-x86/hvm/vmx/vmx.h | 8 + xen/include/asm-x86/shadow_64.h | 78 ++++++++++- 9 files changed, 457 insertions(+), 63 deletions(-) Jun --- Intel Open Source Technol...
2006 Jul 14
23
[RFC] New shadow paging code
We (Michael Fetterman, George Dunlap and I) have been working over the last while on a full replacement for Xen''s shadow pagetable support. This mail contains some design notes, below; a patch against xen-unstable, giving a snapshot of the current state of the new shadow code, is at http://www.cl.cam.ac.uk/~tjd21/shadow2.patch Comments on both are welcome, although the code is not