| Commit message (Expand) | Author | Age | Files | Lines |
* | block/dirty-bitmap: improve _next_dirty_area API | Vladimir Sementsov-Ogievskiy | 2020-03-18 | 1 | -15/+28 |
* | block/dirty-bitmap: add _next_dirty API | Vladimir Sementsov-Ogievskiy | 2020-03-18 | 1 | -57/+73 |
* | block/dirty-bitmap: switch _next_dirty_area and _next_zero to int64_t | Vladimir Sementsov-Ogievskiy | 2020-03-18 | 1 | -18/+18 |
* | hbitmap: drop meta bitmaps as they are unused | Vladimir Sementsov-Ogievskiy | 2020-03-18 | 1 | -115/+0 |
* | util/hbitmap: strict hbitmap_reset | Vladimir Sementsov-Ogievskiy | 2019-10-17 | 1 | -1/+1 |
* | tests/test-hbitmap: test next_zero and _next_dirty_area after truncate | Vladimir Sementsov-Ogievskiy | 2019-08-17 | 1 | -0/+22 |
* | Revert "hbitmap: Add @advance param to hbitmap_iter_next()" | Vladimir Sementsov-Ogievskiy | 2019-01-16 | 1 | -13/+13 |
* | Revert "test-hbitmap: Add non-advancing iter_next tests" | Vladimir Sementsov-Ogievskiy | 2019-01-16 | 1 | -24/+12 |
* | tests: add tests for hbitmap_next_dirty_area | Vladimir Sementsov-Ogievskiy | 2019-01-16 | 1 | -0/+107 |
* | tests: add tests for hbitmap_next_zero with specified end parameter | Vladimir Sementsov-Ogievskiy | 2019-01-16 | 1 | -4/+28 |
* | dirty-bitmap: improve bdrv_dirty_bitmap_next_zero | Vladimir Sementsov-Ogievskiy | 2019-01-16 | 1 | -1/+1 |
* | test-hbitmap: Add non-advancing iter_next tests | Max Reitz | 2018-06-18 | 1 | -12/+24 |
* | hbitmap: Add @advance param to hbitmap_iter_next() | Max Reitz | 2018-06-18 | 1 | -13/+13 |
* | tests/hbitmap: use ARRAY_SIZE macro | Philippe Mathieu-Daudé | 2018-02-10 | 1 | -3/+3 |
* | hbitmap: add next_zero function | Vladimir Sementsov-Ogievskiy | 2017-12-18 | 1 | -0/+61 |
* | hbitmap: Rename serialization_granularity to serialization_align | Eric Blake | 2017-10-06 | 1 | -5/+5 |
* | tests: add hbitmap iter test | Vladimir Sementsov-Ogievskiy | 2017-07-11 | 1 | -0/+19 |
* | test-hbitmap: Add hbitmap_is_serializable() calls | Max Reitz | 2017-01-26 | 1 | -0/+11 |
* | tests: Add test code for hbitmap serialization | Fam Zheng | 2016-10-24 | 1 | -0/+156 |
* | tests: Add test code for meta bitmap | Fam Zheng | 2016-10-24 | 1 | -0/+116 |
* | hbitmap: Use DIV_ROUND_UP | Laurent Vivier | 2016-06-07 | 1 | -3/+3 |
* | tests: Remove unnecessary glib.h includes | Peter Maydell | 2016-06-07 | 1 | -1/+0 |
* | tests: Clean up includes | Peter Maydell | 2016-02-16 | 1 | -3/+1 |
* | maint: avoid useless "if (foo) free(foo)" pattern | Markus Armbruster | 2015-09-11 | 1 | -4/+2 |
* | util/hbitmap: Add an API to reset all set bits in hbitmap | Wen Congyang | 2015-06-23 | 1 | -0/+38 |
* | hbitmap: truncate tests | John Snow | 2015-04-28 | 1 | -0/+255 |
* | hbitmap: add assertion on hbitmap_iter_init | Paolo Bonzini | 2013-01-25 | 1 | -10/+3 |
* | add hierarchical bitmap data type and test cases | Paolo Bonzini | 2013-01-25 | 1 | -0/+408 |