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