index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
hbitmap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-07
hbitmap: fix missing restore count when finish deserialization
Liang Li
1
-0
/
+1
2017-12-18
hbitmap: add next_zero function
Vladimir Sementsov-Ogievskiy
1
-0
/
+39
2017-10-06
hbitmap: Rename serialization_granularity to serialization_align
Eric Blake
1
-4
/
+4
2017-07-11
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy
1
-0
/
+11
2017-07-11
block/dirty-bitmap: add deserialize_ones func
Vladimir Sementsov-Ogievskiy
1
-0
/
+17
2017-07-11
hbitmap: improve dirty iter
Vladimir Sementsov-Ogievskiy
1
-1
/
+22
2017-01-26
hbitmap: Add hbitmap_is_serializable()
Max Reitz
1
-3
/
+19
2016-11-29
hbitmap: Fix shifts of constants by granularity
Max Reitz
1
-2
/
+6
2016-10-24
hbitmap: serialization
Vladimir Sementsov-Ogievskiy
1
-0
/
+137
2016-10-24
HBitmap: Introduce "meta" bitmap to track bit changes
Fam Zheng
1
-15
/
+54
2016-06-16
hbitmap: add 'pos < size' asserts
Vladimir Sementsov-Ogievskiy
1
-0
/
+3
2016-06-07
all: Remove unnecessary glib.h includes
Peter Maydell
1
-1
/
+0
2016-02-04
util: Clean up includes
Peter Maydell
1
-3
/
+1
2015-06-23
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang
1
-0
/
+13
2015-04-28
block: Resize bitmaps on bdrv_truncate
John Snow
1
-0
/
+48
2015-04-28
hbitmap: add hbitmap_merge
John Snow
1
-0
/
+33
2015-04-28
hbitmap: cache array lengths
John Snow
1
-0
/
+4
2014-12-10
util: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-2
/
+2
2014-06-11
util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent
Peter Maydell
1
-7
/
+2
2013-02-16
hbitmap: Use non-bitops ctzl
Richard Henderson
1
-1
/
+2
2013-02-02
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
1
-1
/
+1
2013-01-25
hbitmap: add assertion on hbitmap_iter_init
Paolo Bonzini
1
-0
/
+1
2013-01-25
add hierarchical bitmap data type and test cases
Paolo Bonzini
1
-0
/
+400