aboutsummaryrefslogtreecommitdiff
path: root/util/hbitmap.c
AgeCommit message (Expand)Author
2016-06-16hbitmap: add 'pos < size' assertsVladimir Sementsov-Ogievskiy
2016-06-07all: Remove unnecessary glib.h includesPeter Maydell
2016-02-04util: Clean up includesPeter Maydell
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow
2015-04-28hbitmap: add hbitmap_mergeJohn Snow
2015-04-28hbitmap: cache array lengthsJohn Snow
2014-12-10util: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2014-06-11util/hbitmap.c: Use ctpopl rather than reimplementing a local equivalentPeter Maydell
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini
2013-01-25hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini
2013-01-25add hierarchical bitmap data type and test casesPaolo Bonzini