mbox series

[v4,0/7] purge free_shared_domheap_page()

Message ID 20200124153103.18321-1-pdurrant@amazon.com (mailing list archive)
Headers show
Series purge free_shared_domheap_page() | expand

Message

Paul Durrant Jan. 24, 2020, 3:30 p.m. UTC
The last patch is unrelated cleanup for something I happened to notice along the way. 

Paul Durrant (7):
  x86 / vmx: make apic_access_mfn type-safe
  x86 / hvm: add domain_relinquish_resources() method
  x86 / hvm: make domain_destroy() method optional
  x86 / vmx: move teardown from domain_destroy()...
  mm: make MEMF_no_refcount pages safe to assign
  x86 / vmx: use a MEMF_no_refcount domheap page for
    APIC_DEFAULT_PHYS_BASE
  mm: remove donate_page()

 xen/arch/arm/mm.c                  |  6 ----
 xen/arch/x86/hvm/hvm.c             |  7 +++-
 xen/arch/x86/hvm/mtrr.c            |  2 +-
 xen/arch/x86/hvm/svm/svm.c         |  5 ---
 xen/arch/x86/hvm/vmx/vmx.c         | 37 +++++++++++++++-------
 xen/arch/x86/mm.c                  | 51 ------------------------------
 xen/common/page_alloc.c            | 39 ++++++++++++++++-------
 xen/include/asm-arm/mm.h           |  5 ++-
 xen/include/asm-x86/hvm/hvm.h      |  1 +
 xen/include/asm-x86/hvm/vmx/vmcs.h |  2 +-
 xen/include/asm-x86/mm.h           |  9 +++---
 xen/include/xen/mm.h               |  2 --
 12 files changed, 72 insertions(+), 94 deletions(-)