Age | Commit message (Expand) | Author |
2019-01-15 | Revert "hbitmap: Add @advance param to hbitmap_iter_next()" | Vladimir Sementsov-Ogievskiy |
2019-01-15 | dirty-bitmap: add bdrv_dirty_bitmap_next_dirty_area | Vladimir Sementsov-Ogievskiy |
2019-01-15 | dirty-bitmap: improve bdrv_dirty_bitmap_next_zero | Vladimir Sementsov-Ogievskiy |
2018-10-29 | bitmap: Update count after a merge | Eric Blake |
2018-10-29 | dirty-bitmap: make it possible to restore bitmap after merge | Vladimir Sementsov-Ogievskiy |
2018-06-18 | hbitmap: Add @advance param to hbitmap_iter_next() | Max Reitz |
2018-02-07 | hbitmap: fix missing restore count when finish deserialization | Liang Li |
2017-12-18 | hbitmap: add next_zero function | Vladimir Sementsov-Ogievskiy |
2017-10-06 | hbitmap: Rename serialization_granularity to serialization_align | Eric Blake |
2017-07-11 | qmp: add x-debug-block-dirty-bitmap-sha256 | Vladimir Sementsov-Ogievskiy |
2017-07-11 | block/dirty-bitmap: add deserialize_ones func | Vladimir Sementsov-Ogievskiy |
2017-07-11 | hbitmap: improve dirty iter | Vladimir Sementsov-Ogievskiy |
2017-01-26 | hbitmap: Add hbitmap_is_serializable() | Max Reitz |
2016-11-29 | hbitmap: Fix shifts of constants by granularity | Max Reitz |
2016-10-24 | hbitmap: serialization | Vladimir Sementsov-Ogievskiy |
2016-10-24 | HBitmap: Introduce "meta" bitmap to track bit changes | Fam Zheng |
2016-06-16 | hbitmap: add 'pos < size' asserts | Vladimir Sementsov-Ogievskiy |
2016-06-07 | all: Remove unnecessary glib.h includes | Peter Maydell |
2016-02-04 | util: Clean up includes | Peter Maydell |
2015-06-23 | util/hbitmap: Add an API to reset all set bits in hbitmap | Wen Congyang |
2015-04-28 | block: Resize bitmaps on bdrv_truncate | John Snow |
2015-04-28 | hbitmap: add hbitmap_merge | John Snow |
2015-04-28 | hbitmap: cache array lengths | John Snow |
2014-12-10 | util: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-06-11 | util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalent | Peter Maydell |
2013-02-16 | hbitmap: Use non-bitops ctzl | Richard Henderson |
2013-02-02 | bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzl | Paolo Bonzini |
2013-01-25 | hbitmap: add assertion on hbitmap_iter_init | Paolo Bonzini |
2013-01-25 | add hierarchical bitmap data type and test cases | Paolo Bonzini |