aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/qht.h
AgeCommit message (Expand)AuthorFilesLines
2018-09-26qht: constify qht_statistics_initEmilio G. Cota1-1/+1
2018-09-26qht: constify qht_lookupEmilio G. Cota1-2/+2
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota1-3/+2
2018-09-26qht: add qht_iter_removeEmilio G. Cota1-0/+19
2018-08-23qsp: QEMU's Synchronization ProfilerEmilio G. Cota1-0/+1
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota1-2/+5
2018-06-15qht: require a default comparison functionEmilio G. Cota1-5/+20
2017-12-18qht: fix kernel-doc markup in qht.hEmilio G. Cota1-3/+3
2017-01-24include: Fix typos found by codespellStefan Weil1-1/+1
2016-08-02util/qht: Document memory ordering assumptionsPaolo Bonzini1-0/+5
2016-06-16clean-includes: run it once morePaolo Bonzini1-1/+0
2016-06-11qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota1-0/+183