[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/9] Miscellaneous CONFIG_HVM / CONFIG_PV clean up
Wei Liu (9): x86: put compat.o and x86_64/compat.o under CONFIG_PV x86: add missing "inline" keyword x86: enclose hypercall page initialisation code in CONFIG_{HVM,PV} x86/hvm: provide stubs for HVM guest accessors x86/hvm: put hvm_local_events_need_delivery into a header file x86: move memory_type_changed to mm.c x86: move arch_evtchn_inject to x86 common code x86/time: only HVM has RTC x86: move declaration of arch_set_info_hvm_guest and provide stub xen/arch/x86/Makefile | 2 +- xen/arch/x86/hvm/irq.c | 6 ------ xen/arch/x86/hvm/mtrr.c | 9 --------- xen/arch/x86/irq.c | 8 ++++++++ xen/arch/x86/mm.c | 9 +++++++++ xen/arch/x86/time.c | 4 ++++ xen/arch/x86/x86_64/traps.c | 15 +++++++++++---- xen/include/asm-x86/domain.h | 3 --- xen/include/asm-x86/event.h | 3 ++- xen/include/asm-x86/hvm/domain.h | 17 +++++++++++++++++ xen/include/asm-x86/hvm/event.h | 14 ++++++++++++++ xen/include/asm-x86/hvm/guest_access.h | 24 ++++++++++++++++++++++++ xen/include/asm-x86/pv/traps.h | 2 +- 13 files changed, 91 insertions(+), 25 deletions(-) create mode 100644 xen/include/asm-x86/hvm/event.h base-commit: e752f28409678ce3ade49986b39309178fb2a6d6 -- git-series 0.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |