aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/qht.h
AgeCommit message (Expand)Author
2018-09-26qht: constify qht_statistics_initEmilio G. Cota
2018-09-26qht: constify qht_lookupEmilio G. Cota
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota
2018-09-26qht: add qht_iter_removeEmilio G. Cota
2018-08-23qsp: QEMU's Synchronization ProfilerEmilio G. Cota
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota
2018-06-15qht: require a default comparison functionEmilio G. Cota
2017-12-18qht: fix kernel-doc markup in qht.hEmilio G. Cota
2017-01-24include: Fix typos found by codespellStefan Weil
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