Re: [Xen-devel] [PATCH v4 3/4] libxl: Store e820 map in xc_dom_image

2018-03-21 Thread Boris Ostrovsky
On 03/21/2018 05:42 AM, Roger Pau Monné wrote: > On Tue, Mar 20, 2018 at 09:50:51AM -0700, Maran Wilson wrote: >> From: Boris Ostrovsky >> diff --git a/tools/libxl/libxl_x86.c b/tools/libxl/libxl_x86.c >> index 7cbbfd0..651b7d5 100644 >> --- a/tools/libxl/libxl_x86.c >> +++ b/tools/libxl/libxl_x86

Re: [Xen-devel] [PATCH v4 3/4] libxl: Store e820 map in xc_dom_image

2018-03-21 Thread Roger Pau Monné
On Tue, Mar 20, 2018 at 09:50:51AM -0700, Maran Wilson wrote: > From: Boris Ostrovsky > diff --git a/tools/libxl/libxl_x86.c b/tools/libxl/libxl_x86.c > index 7cbbfd0..651b7d5 100644 > --- a/tools/libxl/libxl_x86.c > +++ b/tools/libxl/libxl_x86.c > @@ -582,6 +582,10 @@ static int domain_construct_

[Xen-devel] [PATCH v4 3/4] libxl: Store e820 map in xc_dom_image

2018-03-20 Thread Maran Wilson
From: Boris Ostrovsky We will later copy it to hvm_start_info. (Also remove stale comment claming that xc_dom_image.start_info_seg is only used for HVMlite guests) Signed-off-by: Boris Ostrovsky --- tools/libxc/include/xc_dom.h | 7 ++- tools/libxl/libxl_x86.c | 4 2 files chang