summaryrefslogtreecommitdiffstats
path: root/include/qemu/qht.h
Commit message (Expand)AuthorAgeFilesLines
* qht: constify qht_statistics_initEmilio G. Cota2018-09-261-1/+1
* qht: constify qht_lookupEmilio G. Cota2018-09-261-2/+2
* qht: drop ht argument from qht iteratorsEmilio G. Cota2018-09-261-3/+2Star
* qht: add qht_iter_removeEmilio G. Cota2018-09-261-0/+19
* qsp: QEMU's Synchronization ProfilerEmilio G. Cota2018-08-231-0/+1
* qht: return existing entry when qht_insert failsEmilio G. Cota2018-06-151-2/+5
* qht: require a default comparison functionEmilio G. Cota2018-06-151-5/+20
* qht: fix kernel-doc markup in qht.hEmilio G. Cota2017-12-181-3/+3
* include: Fix typos found by codespellStefan Weil2017-01-241-1/+1
* util/qht: Document memory ordering assumptionsPaolo Bonzini2016-08-021-0/+5
* clean-includes: run it once morePaolo Bonzini2016-06-161-1/+0Star
* qht: QEMU's fast, resizable and scalable Hash TableEmilio G. Cota2016-06-121-0/+183