Hello,

This series includes some miscellaneous fixes for the pv-shim mode,
specially regarding the handling of the memory map.

It can be found on my git branch:

git://xenbits.xen.org/people/royger/xen.git guest-fixes-v2

Thanks, Roger.

Roger Pau Monne (4):
  x86/e820: introduce a function to remove ranges from e820
  x86/e820: do not fixup memmap in copy_e820_map
  x86/e820: assume memmap provided when booted virtualized is correct
  x86/shim: only mark special pages as RAM in pvshim mode

 xen/arch/x86/e820.c             | 88 +++++++++++++++++++++++++++------
 xen/arch/x86/guest/xen.c        | 42 ----------------
 xen/arch/x86/pv/shim.c          | 43 ++++++++++++++++
 xen/common/page_alloc.c         |  4 +-
 xen/include/asm-x86/e820.h      |  2 +
 xen/include/asm-x86/guest/xen.h | 13 -----
 xen/include/asm-x86/pv/shim.h   | 12 +++++
 7 files changed, 131 insertions(+), 73 deletions(-)

-- 
2.17.2 (Apple Git-113)


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

Reply via email to