xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] x86/PVHv2: Add memory map pointer to hvm_start_info struct
@ 2018-03-13 23:31 Maran Wilson
  2018-03-13 23:31 ` [PATCH v2 1/4] " Maran Wilson
                   ` (3 more replies)
  0 siblings, 4 replies; 11+ messages in thread
From: Maran Wilson @ 2018-03-13 23:31 UTC (permalink / raw)
  To: jbeulich, andrew.cooper3, xen-devel, maran.wilson,
	boris.ostrovsky, roger.pau, ian.jackson, wei.liu2

Here is the patch series for updating the canonical definition of the
hvm_start_info struct corresponding to the discussion happening on the
linux-kernel and kvm mailing lists regarding Qemu/KVM use of the PVH
entry point:

   KVM: x86: Allow Qemu/KVM to use PVH entry point
   https://lkml.org/lkml/2018/2/28/1121

Changes since v1:
 * Made updates to code comments as suggested by Jan and Roger, including
   better definition of the memory map type field.   
 * Boris provided additional patches to populate the new fields in the
   hvm_start_info struct as Jan (and later Roger also) had requested.

 tools/libxc/include/xc_dom.h                 |  8 ++-
 tools/libxc/xc_dom_x86.c                     | 21 +++++-
 tools/libxl/libxl_create.c                   |  2 +-
 tools/libxl/libxl_dom.c                      | 12 +++-
 tools/libxl/libxl_internal.h                 |  1 +
 tools/libxl/libxl_x86.c                      |  9 +++
 xen/include/public/arch-x86/hvm/start_info.h | 63 +++++++++++++++++-
 7 files changed, 109 insertions(+), 7 deletions(-)

Boris Ostrovsky (3):
      libxl: Move libxl__arch_domain_construct_memmap() earlier
      libxl: Store PVH guest's e820 map in xc_dom_image
      libxc: Pass e820 map to PVH guest via hvm_start_info

Maran Wilson (1):
      x86/PVHv2: Add memory map pointer to hvm_start_info struct


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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-03-15  9:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-13 23:31 [PATCH v2 0/4] x86/PVHv2: Add memory map pointer to hvm_start_info struct Maran Wilson
2018-03-13 23:31 ` [PATCH v2 1/4] " Maran Wilson
2018-03-14  7:55   ` Jan Beulich
2018-03-14 17:28     ` Boris Ostrovsky
2018-03-14 20:07       ` Maran Wilson
2018-03-15  7:22         ` Jan Beulich
2018-03-15  9:31           ` Roger Pau Monné
2018-03-15  7:12       ` Jan Beulich
2018-03-13 23:31 ` [PATCH v2 2/4] libxl: Move libxl__arch_domain_construct_memmap() earlier Maran Wilson
2018-03-13 23:31 ` [PATCH v2 3/4] libxl: Store PVH guest's e820 map in xc_dom_image Maran Wilson
2018-03-13 23:31 ` [PATCH v2 4/4] libxc: Pass e820 map to PVH guest via hvm_start_info Maran Wilson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).