[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v2 24/30] tools/libxc: Modify bitmap operations to take void pointers
On 05/02/16 16:12, Wei Liu wrote: > On Fri, Feb 05, 2016 at 01:42:17PM +0000, Andrew Cooper wrote: >> The type of the pointer to a bitmap is not interesting; it does not affect >> the >> representation of the block of bits being pointed to. >> >> Make the libxc functions consistent with those in Xen, so they can work just >> as well with 'unsigned int *' based bitmaps. > I'm not sure I understand this, the bitmap functions in > xen/include/bitmap.h seem to take unsigned long *. > > Not saying that I object to this patch, just this comment looks wrong. The lower level bit operations <asm/bitops.h> are all in terms of void*, for both x86 and arm ~Andrew _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |