
13 Nov
2017
13 Nov
'17
8:15 p.m.
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@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@redhat.com> John