mbox series

[0/3] purge free_shared_domheap_page()

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

Message

Paul Durrant Jan. 21, 2020, noon UTC
Paul Durrant (3):
  x86 / vmx: make apic_access_mfn type-safe
  x86 / hvm: add domain_relinquish_resources() method
  x86 / vmx: use a 'normal' domheap page for APIC_DEFAULT_PHYS_BASE

 xen/arch/x86/hvm/hvm.c             |  2 ++
 xen/arch/x86/hvm/mtrr.c            |  2 +-
 xen/arch/x86/hvm/svm/svm.c         |  5 ++++
 xen/arch/x86/hvm/vmx/vmx.c         | 40 ++++++++++++++++++++++--------
 xen/arch/x86/mm.c                  | 10 --------
 xen/common/page_alloc.c            |  3 ++-
 xen/include/asm-x86/hvm/hvm.h      |  1 +
 xen/include/asm-x86/hvm/vmx/vmcs.h |  2 +-
 xen/include/asm-x86/mm.h           |  2 --
 9 files changed, 42 insertions(+), 25 deletions(-)