Re: [libvirt] [PATCH v1 4/7] virbitmap: Introduce virBitmapDoesIntersect

2014-07-22 Thread Daniel P. Berrange
On Mon, Jul 21, 2014 at 10:09:56AM -0600, Eric Blake wrote: > On 07/17/2014 10:12 AM, Michal Privoznik wrote: > > This internal API just checks if two bitmaps intersect or not. > > > > Signed-off-by: Michal Privoznik > > --- > > src/libvirt_private.syms | 1 + > > src/util/virbitmap.c | 20

Re: [libvirt] [PATCH v1 4/7] virbitmap: Introduce virBitmapDoesIntersect

2014-07-21 Thread Eric Blake
On 07/17/2014 10:12 AM, Michal Privoznik wrote: > This internal API just checks if two bitmaps intersect or not. > > Signed-off-by: Michal Privoznik > --- > src/libvirt_private.syms | 1 + > src/util/virbitmap.c | 20 > src/util/virbitmap.h | 3 +++ > tests/virbitm

Re: [libvirt] [PATCH v1 4/7] virbitmap: Introduce virBitmapDoesIntersect

2014-07-21 Thread Daniel P. Berrange
On Thu, Jul 17, 2014 at 06:12:45PM +0200, Michal Privoznik wrote: > This internal API just checks if two bitmaps intersect or not. > > Signed-off-by: Michal Privoznik > --- > src/libvirt_private.syms | 1 + > src/util/virbitmap.c | 20 > src/util/virbitmap.h | 3 ++

[libvirt] [PATCH v1 4/7] virbitmap: Introduce virBitmapDoesIntersect

2014-07-17 Thread Michal Privoznik
This internal API just checks if two bitmaps intersect or not. Signed-off-by: Michal Privoznik --- src/libvirt_private.syms | 1 + src/util/virbitmap.c | 20 src/util/virbitmap.h | 3 +++ tests/virbitmaptest.c| 26 ++ 4 files changed, 50