[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC 5/7] libxl/vnuma: vnuma enabler.
On Tue, 2013-08-27 at 03:54 -0400, Elena Ufimtseva wrote: > Enables libxl vnuma ABI by LIBXL_HAVE_BUILDINFO_VNUMA. This should be in the patch which introduces the libxl interface and as I mentioned it doesn't need to be ifdef'd in the library. A more natural way to structure this series would be to add the libxl stuff in one patch and the xl stuff in a second. > > Signed-off-by: Elena Ufimtseva <ufimtseva@xxxxxxxxx> > --- > tools/libxl/libxl.h | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/tools/libxl/libxl.h b/tools/libxl/libxl.h > index a1a5e33..ad0d0d8 100644 > --- a/tools/libxl/libxl.h > +++ b/tools/libxl/libxl.h > @@ -90,6 +90,14 @@ > #define LIBXL_HAVE_BUILDINFO_HVM_VENDOR_DEVICE 1 > > /* > + * LIBXL_HAVE_BUILDINFO_VNUMA indicates that vnuma topology will be > + * build for the guest upon request and with VM configuration. > + * It will try to define best allocation for vNUMA > + * nodes on real NUMA nodes. > + */ > +#define LIBXL_HAVE_BUILDINFO_VNUMA 1 > + > +/* > * libxl ABI compatibility > * > * The only guarantee which libxl makes regarding ABI compatibility _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |