[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v1 Altp2m cleanup 0/3] Cleaning up altp2m code
Cleaning up altp2m code per request of xen-devel mailing list. Paul Lai (3): altp2m cleanup work Move altp2m specific functions to altp2m files. Making altp2m struct dynamically allocated. xen/arch/x86/hvm/hvm.c | 41 ++++++---------- xen/arch/x86/hvm/vmx/vmx.c | 2 +- xen/arch/x86/mm/altp2m.c | 43 +++++++++++++++++ xen/arch/x86/mm/hap/hap.c | 35 ++------------ xen/arch/x86/mm/mm-locks.h | 4 +- xen/arch/x86/mm/p2m-ept.c | 38 +++++++++++++++ xen/arch/x86/mm/p2m.c | 98 +++++++++++++-------------------------- xen/include/asm-x86/altp2m.h | 10 +++- xen/include/asm-x86/domain.h | 12 ++++- xen/include/asm-x86/hvm/hvm.h | 19 ++++++-- xen/include/asm-x86/hvm/vmx/vmx.h | 3 ++ xen/include/asm-x86/p2m.h | 11 ++--- xen/include/public/hvm/hvm_op.h | 2 + 13 files changed, 178 insertions(+), 140 deletions(-) -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |