summaryrefslogtreecommitdiff
path: root/include/exec/tb-hash.h
AgeCommit message (Expand)Author
2019-08-16include: Make headers more self-containedMarkus Armbruster
2018-12-17include: move exec/tb-hash-xx.h to qemu/xxhash.hEmilio G. Cota
2018-12-17exec: introduce qemu_xxhash{2,4,5,6,7}Emilio G. Cota
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-07-17exec: [tcg] Use different TBs according to the vCPU's dynamic tracing stateLluĂ­s Vilanova
2017-06-05tb-hash: improve tb_jmp_cache hash function in user modeEmilio G. Cota
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota
2015-06-26cpu-defs: Move out TB_JMP definesPeter Crosthwaite
2015-06-26include/exec: Move tb hash functions outPeter Crosthwaite