mbox series

[v3,0/3] purge free_shared_domheap_page()

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

Message

Paul Durrant Jan. 23, 2020, 2:03 p.m. 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             |  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                  | 10 --------
 xen/common/domain.c                |  8 +++++++
 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, 43 insertions(+), 31 deletions(-)