index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
hbitmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block/dirty-bitmap: improve _next_dirty_area API
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-17
/
+27
*
block/dirty-bitmap: add _next_dirty API
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-28
/
+32
*
block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-5
/
+8
*
hbitmap: drop meta bitmaps as they are unused
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-16
/
+0
*
hbitmap: unpublish hbitmap_iter_skip_words
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-1
/
+1
*
hbitmap: move hbitmap_iter_next_word to hbitmap.c
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-0
/
+29
*
hbitmap: assert that we don't create bitmap larger than INT64_MAX
Vladimir Sementsov-Ogievskiy
2020-03-18
1
-0
/
+2
*
hbitmap: handle set/reset with zero length
Vladimir Sementsov-Ogievskiy
2019-10-28
1
-0
/
+8
*
util/hbitmap: strict hbitmap_reset
Vladimir Sementsov-Ogievskiy
2019-10-17
1
-0
/
+4
*
hbitmap: enable merging across granularities
John Snow
2019-08-16
1
-1
/
+35
*
hbitmap: Fix merge when b is empty, and result is not an alias of a
John Snow
2019-08-16
1
-3
/
+10
*
util/hbitmap: update orig_size on truncate
Vladimir Sementsov-Ogievskiy
2019-08-06
1
-1
/
+5
*
Revert "hbitmap: Add @advance param to hbitmap_iter_next()"
Vladimir Sementsov-Ogievskiy
2019-01-16
1
-8
/
+4
*
dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area
Vladimir Sementsov-Ogievskiy
2019-01-16
1
-0
/
+39
*
dirty-bitmap: improve bdrv_dirty_bitmap_next_zero
Vladimir Sementsov-Ogievskiy
2019-01-16
1
-5
/
+22
*
bitmap: Update count after a merge
Eric Blake
2018-10-29
1
-0
/
+3
*
dirty-bitmap: make it possible to restore bitmap after merge
Vladimir Sementsov-Ogievskiy
2018-10-29
1
-3
/
+8
*
hbitmap: Add @advance param to hbitmap_iter_next()
Max Reitz
2018-06-18
1
-3
/
+7
*
hbitmap: fix missing restore count when finish deserialization
Liang Li
2018-02-07
1
-0
/
+1
*
hbitmap: add next_zero function
Vladimir Sementsov-Ogievskiy
2017-12-18
1
-0
/
+39
*
hbitmap: Rename serialization_granularity to serialization_align
Eric Blake
2017-10-06
1
-4
/
+4
*
qmp: add x-debug-block-dirty-bitmap-sha256
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+11
*
block/dirty-bitmap: add deserialize_ones func
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-0
/
+17
*
hbitmap: improve dirty iter
Vladimir Sementsov-Ogievskiy
2017-07-11
1
-1
/
+22
*
hbitmap: Add hbitmap_is_serializable()
Max Reitz
2017-01-26
1
-3
/
+19
*
hbitmap: Fix shifts of constants by granularity
Max Reitz
2016-11-29
1
-2
/
+6
*
hbitmap: serialization
Vladimir Sementsov-Ogievskiy
2016-10-24
1
-0
/
+137
*
HBitmap: Introduce "meta" bitmap to track bit changes
Fam Zheng
2016-10-24
1
-15
/
+54
*
hbitmap: add 'pos < size' asserts
Vladimir Sementsov-Ogievskiy
2016-06-16
1
-0
/
+3
*
all: Remove unnecessary glib.h includes
Peter Maydell
2016-06-07
1
-1
/
+0
*
util: Clean up includes
Peter Maydell
2016-02-04
1
-3
/
+1
*
util/hbitmap: Add an API to reset all set bits in hbitmap
Wen Congyang
2015-06-23
1
-0
/
+13
*
block: Resize bitmaps on bdrv_truncate
John Snow
2015-04-28
1
-0
/
+48
*
hbitmap: add hbitmap_merge
John Snow
2015-04-28
1
-0
/
+33
*
hbitmap: cache array lengths
John Snow
2015-04-28
1
-0
/
+4
*
util: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2014-12-10
1
-2
/
+2
*
util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent
Peter Maydell
2014-06-11
1
-7
/
+2
*
hbitmap: Use non-bitops ctzl
Richard Henderson
2013-02-16
1
-1
/
+2
*
bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl
Paolo Bonzini
2013-02-02
1
-1
/
+1
*
hbitmap: add assertion on hbitmap_iter_init
Paolo Bonzini
2013-01-25
1
-0
/
+1
*
add hierarchical bitmap data type and test cases
Paolo Bonzini
2013-01-25
1
-0
/
+400