COMMITS
/ util/hbitmap.c February 2, 2023
A
hbitmap: fix hbitmap_status() return value for first dirty bit case
Andrey Zhadchenko committed
May 17, 2022
V
block: simplify handling of try to merge different sized bitmaps
Vladimir Sementsov-Ogievskiy committed
March 15, 2022
M
Use g_new() & friends where that makes obvious sense
Markus Armbruster committed
March 3, 2022
V
block/dirty-bitmap: introduce bdrv_dirty_bitmap_status()
Vladimir Sementsov-Ogievskiy committed
February 5, 2020
V
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy committed
V
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy committed
V
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy committed
V
hbitmap: drop meta bitmaps as they are unused
Vladimir Sementsov-Ogievskiy committed
V
hbitmap: unpublish hbitmap_iter_skip_words
Vladimir Sementsov-Ogievskiy committed
V
hbitmap: move hbitmap_iter_next_word to hbitmap.c
Vladimir Sementsov-Ogievskiy committed
V
hbitmap: assert that we don't create bitmap larger than INT64_MAX
Vladimir Sementsov-Ogievskiy committed
October 11, 2019
V
hbitmap: handle set/reset with zero length
Vladimir Sementsov-Ogievskiy committed
August 6, 2019
V
util/hbitmap: strict hbitmap_reset
Vladimir Sementsov-Ogievskiy committed
July 29, 2019
J
hbitmap: enable merging across granularities
John Snow committed
J
hbitmap: Fix merge when b is empty, and result is not an alias of a
John Snow committed
August 5, 2019
V
util/hbitmap: update orig_size on truncate
Vladimir Sementsov-Ogievskiy committed
January 15, 2019
V
Revert "hbitmap: Add @advance param to hbitmap_iter_next()"
Vladimir Sementsov-Ogievskiy committed
V
dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy committed
V
dirty-bitmap: improve bdrv_dirty_bitmap_next_zero
Vladimir Sementsov-Ogievskiy committed
October 29, 2018
E
bitmap: Update count after a merge
Eric Blake committed
V
dirty-bitmap: make it possible to restore bitmap after merge
Vladimir Sementsov-Ogievskiy committed
June 13, 2018
M
hbitmap: Add @advance param to hbitmap_iter_next()
Max Reitz committed
February 7, 2018
L
hbitmap: fix missing restore count when finish deserialization
Liang Li committed
October 12, 2017
V
hbitmap: add next_zero function
Vladimir Sementsov-Ogievskiy committed
September 25, 2017
E
hbitmap: Rename serialization_granularity to serialization_align
Eric Blake committed
June 28, 2017
V
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy committed
V
block/dirty-bitmap: add deserialize_ones func
Vladimir Sementsov-Ogievskiy committed
V
hbitmap: improve dirty iter
Vladimir Sementsov-Ogievskiy committed
November 15, 2016
M
hbitmap: Add hbitmap_is_serializable()
Max Reitz committed
M
hbitmap: Fix shifts of constants by granularity
Max Reitz committed
October 13, 2016
V
hbitmap: serialization
Vladimir Sementsov-Ogievskiy committed
F
HBitmap: Introduce "meta" bitmap to track bit changes
Fam Zheng committed
June 14, 2016
V
hbitmap: add 'pos < size' asserts
Vladimir Sementsov-Ogievskiy committed
May 24, 2016
P
all: Remove unnecessary glib.h includes
Peter Maydell committed
January 29, 2016
P
util: Clean up includes
Peter Maydell committed
May 22, 2015
W
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang committed
April 17, 2015
J
block: Resize bitmaps on bdrv_truncate
John Snow committed
J
hbitmap: add hbitmap_merge
John Snow committed
J
hbitmap: cache array lengths
John Snow committed
December 4, 2014
M
util: Use g_new() & friends where that makes obvious sense
Markus Armbruster committed
June 3, 2014
P
util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent
Peter Maydell committed
February 14, 2013
R
hbitmap: Use non-bitops ctzl
Richard Henderson committed
February 1, 2013
P
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini committed
January 22, 2013
P
hbitmap: add assertion on hbitmap_iter_init
Paolo Bonzini committed
January 21, 2013
P
add hierarchical bitmap data type and test cases
Paolo Bonzini committed