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
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 -