[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v4 2/4] libxl/x86: Build e820 map earlier for HVM/PVH guests
On Tue, Mar 20, 2018 at 09:50:50AM -0700, Maran Wilson wrote: > case LIBXL_DOMAIN_TYPE_PV: > - ret = libxl__build_pv(gc, domid, info, state); > + ret = libxl__build_pv(gc, domid, d_config, info, state); > if (ret) > goto out; > > diff --git a/tools/libxl/libxl_dom.c b/tools/libxl/libxl_dom.c > index 2e29b52..e83aeb9 100644 > --- a/tools/libxl/libxl_dom.c > +++ b/tools/libxl/libxl_dom.c > @@ -698,6 +698,7 @@ static int set_vnuma_info(libxl__gc *gc, uint32_t domid, > } > > static int libxl__build_dom(libxl__gc *gc, uint32_t domid, > + libxl_domain_config *d_config, > libxl_domain_build_info *info, libxl__domain_build_state *state, AFAICT build_info is a member of domain_config. You can only take the latter in this function. Further adjustment is required to accommodate that change. Wei. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |