[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v8 10/13] libxl/xl: deprecate the build_info->cpumap field
On Fri, 2014-06-13 at 14:34 +0100, Wei Liu wrote: > > @@ -261,8 +261,6 @@ int libxl__build_pre(libxl__gc *gc, uint32_t domid, > > return rc; > > } > > libxl_domain_set_nodeaffinity(ctx, domid, &info->nodemap); > > - libxl_set_vcpuaffinity_all(ctx, domid, info->max_vcpus, > > - &info->cpumap, NULL); > > > > So you actually remove cpumap handling logic in libxl as well? IMHO this > is not right. Correct. Old apps which are using the deprecated field must continue to work, which means handling the deprecated field internally. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |