Re: [libvirt] [PATCH 1/5] util: bitmap: Modify virBitmapSubtract to virBitmapIntersect

2017-07-20 Thread Andrea Bolognani
On Wed, 2017-07-12 at 15:44 +0200, Peter Krempa wrote: > Since virBitmapSubtract is unused modify it to perform bitmap > intersection. Normally I would ask you to remove the old function in one patch and introduce the new one in another, but I can see you manage to reduce the test suite churn by s

[libvirt] [PATCH 1/5] util: bitmap: Modify virBitmapSubtract to virBitmapIntersect

2017-07-12 Thread Peter Krempa
Since virBitmapSubtract is unused modify it to perform bitmap intersection. --- src/libvirt_private.syms | 2 +- src/util/virbitmap.c | 14 +++--- src/util/virbitmap.h | 2 +- tests/virbitmaptest.c| 14 +++--- 4 files changed, 16 insertions(+), 16 deletions(-) diff -