]> xenbits.xensource.com Git - libvirt.git/commit
util: bitmap: Introduce bitmap subtraction
authorPeter Krempa <pkrempa@redhat.com>
Thu, 7 Jan 2016 14:45:39 +0000 (15:45 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 5 Feb 2016 15:21:45 +0000 (16:21 +0100)
commit9479642fd3c5112fb6e107fa2304970d272206cb
treed6217b75ef7950fc52462b5096ac7af64ccb2155
parentc3bd0019c0e3f080dbf0d4bd08245ffb2daa2765
util: bitmap: Introduce bitmap subtraction

Performs binary subtraction of two bitmaps. Stores result in the first
operand.
src/libvirt_private.syms
src/util/virbitmap.c
src/util/virbitmap.h
tests/virbitmaptest.c