summaryrefslogtreecommitdiffstats
path: root/util/qht.c
Commit message (Expand)AuthorAgeFilesLines
* qht: fix unlock-after-free segfault upon resizingEmilio G. Cota2016-10-061-21/+28
* qht: simplify qht_reset_sizeEmilio G. Cota2016-10-061-5/+3Star
* util/qht: atomically set b->hashesAlex Bennée2016-10-041-5/+5
* qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota2016-08-021-1/+6
* util/qht: Document memory ordering assumptionsPaolo Bonzini2016-08-021-1/+6
* clean-includes: run it once morePaolo Bonzini2016-06-161-0/+1
* qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota2016-06-121-0/+833