summaryrefslogtreecommitdiffstats
path: root/tests/test-hbitmap.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "hbitmap: Add @advance param to hbitmap_iter_next()"Vladimir Sementsov-Ogievskiy2019-01-161-13/+13
* Revert "test-hbitmap: Add non-advancing iter_next tests"Vladimir Sementsov-Ogievskiy2019-01-161-24/+12Star
* tests: add tests for hbitmap_next_dirty_areaVladimir Sementsov-Ogievskiy2019-01-161-0/+107
* tests: add tests for hbitmap_next_zero with specified end parameterVladimir Sementsov-Ogievskiy2019-01-161-4/+28
* dirty-bitmap: improve bdrv_dirty_bitmap_next_zeroVladimir Sementsov-Ogievskiy2019-01-161-1/+1
* test-hbitmap: Add non-advancing iter_next testsMax Reitz2018-06-181-12/+24
* hbitmap: Add @advance param to hbitmap_iter_next()Max Reitz2018-06-181-13/+13
* tests/hbitmap: use ARRAY_SIZE macroPhilippe Mathieu-Daudé2018-02-101-3/+3
* hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy2017-12-181-0/+61
* hbitmap: Rename serialization_granularity to serialization_alignEric Blake2017-10-061-5/+5
* tests: add hbitmap iter testVladimir Sementsov-Ogievskiy2017-07-111-0/+19
* test-hbitmap: Add hbitmap_is_serializable() callsMax Reitz2017-01-261-0/+11
* tests: Add test code for hbitmap serializationFam Zheng2016-10-241-0/+156
* tests: Add test code for meta bitmapFam Zheng2016-10-241-0/+116
* hbitmap: Use DIV_ROUND_UPLaurent Vivier2016-06-071-3/+3
* tests: Remove unnecessary glib.h includesPeter Maydell2016-06-071-1/+0Star
* tests: Clean up includesPeter Maydell2016-02-161-3/+1Star
* maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster2015-09-111-4/+2Star
* util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang2015-06-231-0/+38
* hbitmap: truncate testsJohn Snow2015-04-281-0/+255
* hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini2013-01-251-10/+3Star
* add hierarchical bitmap data type and test casesPaolo Bonzini2013-01-251-0/+408