On 11/13/2017 03:50 AM, Martin Kletzander wrote:
Already introduced in the past with 9479642fd3c5, but then renamed
to
virBitmapIntersect by a908e9e45eb2. This time we'll really use it.
Signed-off-by: Martin Kletzander <mkletzan(a)redhat.com>
---
src/libvirt_private.syms | 1 +
src/util/virbitmap.c | 22 ++++++++++++++++++++++
src/util/virbitmap.h | 3 +++
tests/virbitmaptest.c | 42 ++++++++++++++++++++++++++++++++++++++++++
4 files changed, 68 insertions(+)
Reviewed-by: John Ferlan <jferlan(a)redhat.com>
John