summaryrefslogtreecommitdiff
path: root/tests/test-hbitmap.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-10tests/hbitmap: use ARRAY_SIZE macroPhilippe Mathieu-Daudé1-3/+3
2017-12-18hbitmap: add next_zero functionVladimir Sementsov-Ogievskiy1-0/+61
2017-10-06hbitmap: Rename serialization_granularity to serialization_alignEric Blake1-5/+5
2017-07-11tests: add hbitmap iter testVladimir Sementsov-Ogievskiy1-0/+19
2017-01-26test-hbitmap: Add hbitmap_is_serializable() callsMax Reitz1-0/+11
2016-10-24tests: Add test code for hbitmap serializationFam Zheng1-0/+156
2016-10-24tests: Add test code for meta bitmapFam Zheng1-0/+116
2016-06-07hbitmap: Use DIV_ROUND_UPLaurent Vivier1-3/+3
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell1-1/+0
2016-02-16tests: Clean up includesPeter Maydell1-3/+1
2015-09-11maint: avoid useless "if (foo) free(foo)" patternMarkus Armbruster1-4/+2
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang1-0/+38
2015-04-28hbitmap: truncate testsJohn Snow1-0/+255
2013-01-25hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini1-10/+3
2013-01-25add hierarchical bitmap data type and test casesPaolo Bonzini1-0/+408