Re: [Qemu-devel] [PATCH 11/15] bitmap: add a generic bitmap and bitops library

2010-09-07 Thread Stefan Hajnoczi
On Wed, Aug 11, 2010 at 6:49 AM, Corentin Chary wrote: > Add most used bitmap and bitops functions into bitmap.c and bitops.c. > Theses functions are mostly copied from Linux kernel source. > > Some of these functions are already redefined in the VNC server. Some > of them could be used for some b

[Qemu-devel] [PATCH 11/15] bitmap: add a generic bitmap and bitops library

2010-08-10 Thread Corentin Chary
Add most used bitmap and bitops functions into bitmap.c and bitops.c. Theses functions are mostly copied from Linux kernel source. Some of these functions are already redefined in the VNC server. Some of them could be used for some block stuff. The yet yo be submitted NUMA work also need bitmaps.