aboutsummaryrefslogtreecommitdiff
path: root/util/qht.c
AgeCommit message (Expand)Author
2016-10-06qht: fix unlock-after-free segfault upon resizingEmilio G. Cota
2016-10-06qht: simplify qht_reset_sizeEmilio G. Cota
2016-10-04util/qht: atomically set b->hashesAlex Bennée
2016-08-02qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota
2016-08-02util/qht: Document memory ordering assumptionsPaolo Bonzini
2016-06-16clean-includes: run it once morePaolo Bonzini
2016-06-11qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota