[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v8 0/3] tools/libxc: use superpages
Using superpages on the receiving dom0 will avoid performance regressions. Olaf v8: remove double check of 1G/2M idx in x86_hvm_populate_pfns v7: cover holes that span multiple superpages v6: handle freeing of partly populated superpages correctly more DPRINTFs v5: send correct version, rebase was not fully finished v4: restore trailing "_bit" in bitmap function names keep track of gaps between previous and current batch split alloc functionality in x86_hvm_allocate_pfn v3: clear pointer in xc_sr_bitmap_free some coding style changes use getdomaininfo.max_pages to avoid Over-allocation check trim bitmap function names, drop trailing "_bit" add some comments v2: split into individual commits based on staging c39cf093fc ("x86/asm: add .file directives") Olaf Hering (3): tools/libxc: move SUPERPAGE macros to common header tools/libxc: add API for bitmap access for restore tools/libxc: use superpages during restore of HVM guest tools/libxc/xc_dom_x86.c | 5 - tools/libxc/xc_private.h | 5 + tools/libxc/xc_sr_common.c | 41 +++++ tools/libxc/xc_sr_common.h | 93 ++++++++-- tools/libxc/xc_sr_restore.c | 141 +-------------- tools/libxc/xc_sr_restore_x86_hvm.c | 337 ++++++++++++++++++++++++++++++++++++ tools/libxc/xc_sr_restore_x86_pv.c | 72 +++++++- 7 files changed, 546 insertions(+), 148 deletions(-) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |