summaryrefslogtreecommitdiff
path: root/include/qemu/hbitmap.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-23include: Clean up includesPeter Maydell1-3/+0
2015-06-23util/hbitmap: Add an API to reset all set bits in hbitmapWen Congyang1-0/+8
2015-04-28block: Resize bitmaps on bdrv_truncateJohn Snow1-0/+10
2015-04-28hbitmap: add hbitmap_mergeJohn Snow1-0/+13
2013-02-16hbitmap: Use non-bitops ctzlRichard Henderson1-1/+2
2013-02-02bitops: unify bitops_ffsl with the one in host-utils.h, call it bitops_ctzlPaolo Bonzini1-1/+1
2013-01-25hbitmap: add assertion on hbitmap_iter_initPaolo Bonzini1-1/+2
2013-01-25add hierarchical bitmap data type and test casesPaolo Bonzini1-0/+207