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(-)

-- 
2.20.1


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to