[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [v7][PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest
Tiejun Chen writes ("[v7][PATCH 13/16] libxl: construct e820 map with RDM information for HVM guest"): > Here we'll construct a basic guest e820 table via > XENMEM_set_memory_map. This table includes lowmem, highmem > and RDMs if they exist, and hvmloader would need this info > later. > > Note this guest e820 table would be same as before if the > platform has no any RDM or we disable RDM (by default). ... > tools/libxl/libxl_dom.c | 5 +++ > tools/libxl/libxl_internal.h | 24 +++++++++++++ > tools/libxl/libxl_x86.c | 83 > ++++++++++++++++++++++++++++++++++++++++++++ ... > diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c > index 62ef120..41da479 100644 > --- a/tools/libxl/libxl_dom.c > +++ b/tools/libxl/libxl_dom.c > @@ -1004,6 +1004,11 @@ int libxl__build_hvm(libxl__gc *gc, uint32_t domid, > goto out; > } > > + if (libxl__domain_construct_e820(gc, d_config, domid, &args)) { > + LOG(ERROR, "setting domain memory map failed"); > + goto out; > + } This is platform-independent code, isn't it ? In which case this will break the build on ARM, I think. Would an ARM maintainer please confirm. Aside from that I have no issues with this patch. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |