Re: [Xen-devel] [PATCH 3/3] libxl: cleanup some misuse of 'cpumap' as parameter

2015-03-24 Thread Wei Liu
On Tue, Mar 24, 2015 at 02:42:27PM +0100, Dario Faggioli wrote: > in favour of the more generic 'bitmap', which is better > since these are generic libxl_bitmap_* functions. > > Also fix a typo, and remove a stale (and wrong) comment. > > No functional change intended. > > Signed-off-by: Dario F

[Xen-devel] [PATCH 3/3] libxl: cleanup some misuse of 'cpumap' as parameter

2015-03-24 Thread Dario Faggioli
in favour of the more generic 'bitmap', which is better since these are generic libxl_bitmap_* functions. Also fix a typo, and remove a stale (and wrong) comment. No functional change intended. Signed-off-by: Dario Faggioli Cc: Ian Campbell Cc: Ian Jackson Cc: Stefano Stabellini Cc: Wei Liu