Patches #2 and #3 have been split out of the previous version of patch #6 (which was patch #2 of the previous series). Patch #4 is not entirely related but is useful to have in place before patch #5. Patch #5 is also new.
Paul Durrant (6): domain: introduce alloc/free_shared_info() helpers... x86 / p2m: remove page_list check in p2m_alloc_table x86 / pv: do not treat PGC_extra pages as RAM when constructing dom0 x86 / ioreq: use a MEMF_no_refcount allocation for server pages... mm: add 'is_special_page' macro... domain: use PGC_extra domheap page for shared_info xen/arch/arm/domain.c | 10 +++---- xen/arch/arm/mm.c | 2 +- xen/arch/x86/domain.c | 12 ++++----- xen/arch/x86/domctl.c | 2 +- xen/arch/x86/hvm/ioreq.c | 2 +- xen/arch/x86/mm.c | 11 ++++---- xen/arch/x86/mm/altp2m.c | 2 +- xen/arch/x86/mm/mem_sharing.c | 2 +- xen/arch/x86/mm/p2m.c | 8 ------ xen/arch/x86/mm/shadow/common.c | 13 ++++++---- xen/arch/x86/pv/dom0_build.c | 6 ++++- xen/arch/x86/pv/shim.c | 2 +- xen/common/domain.c | 46 +++++++++++++++++++++++++++++++++ xen/common/domctl.c | 2 +- xen/common/event_channel.c | 3 +++ xen/common/time.c | 19 ++++++++++++-- xen/include/asm-x86/shared.h | 15 ++++++----- xen/include/xen/domain.h | 3 +++ xen/include/xen/mm.h | 3 +++ xen/include/xen/sched.h | 5 +++- xen/include/xen/shared.h | 2 +- 21 files changed, 119 insertions(+), 51 deletions(-) --- Cc: Andrew Cooper <[email protected]> Cc: George Dunlap <[email protected]> Cc: Ian Jackson <[email protected]> Cc: Jan Beulich <[email protected]> Cc: Julien Grall <[email protected]> Cc: Konrad Rzeszutek Wilk <[email protected]> Cc: Paul Durrant <[email protected]> Cc: "Roger Pau Monné" <[email protected]> Cc: Stefano Stabellini <[email protected]> Cc: Tamas K Lengyel <[email protected]> Cc: Tim Deegan <[email protected]> Cc: Volodymyr Babchuk <[email protected]> Cc: Wei Liu <[email protected]> -- 2.20.1 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
