[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 07 of 10 v2] libxl: introduce some node map helpers
On Fri, 2012-06-15 at 18:04 +0100, Dario Faggioli wrote: > +int libxl_nodemap_to_cpumap(libxl_ctx *ctx, > + const libxl_bitmap *nodemap, > + libxl_bitmap *cpumap); > + /* populate cpumap with the cpus spanned by the nodes in nodemap */ Comments before proto please (I know libxl is a bit of a mish-mash, but we'll try to be consistent going forward...) Otherwise: Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > +int libxl_cpumap_to_nodemap(libxl_ctx *ctx, > + const libxl_bitmap *cpuemap, > + libxl_bitmap *nodemap); > + /* populate nodemap with the nodes of the cpus in cpumap */ > + > static inline uint32_t libxl__sizekb_to_mb(uint32_t s) { > return (s + 1023) / 1024; > } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |