Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include: Make headers more self-contained | Markus Armbruster | 2019-08-16 | 1 | -0/+2 |
* | include: move exec/tb-hash-xx.h to qemu/xxhash.h | Emilio G. Cota | 2018-12-17 | 1 | -1/+1 |
* | exec: introduce qemu_xxhash{2,4,5,6,7} | Emilio G. Cota | 2018-12-17 | 1 | -1/+1 |
* | tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK | Emilio G. Cota | 2017-10-24 | 1 | -2/+2 |
* | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state | LluĂs Vilanova | 2017-07-17 | 1 | -2/+3 |
* | tb-hash: improve tb_jmp_cache hash function in user mode | Emilio G. Cota | 2017-06-05 | 1 | -0/+12 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 1 | -2/+2 |
* | tb hash: track translated blocks with qht | Emilio G. Cota | 2016-06-12 | 1 | -2/+1 |
* | tb hash: hash phys_pc, pc, and flags with xxhash | Emilio G. Cota | 2016-06-12 | 1 | -2/+6 |
* | cpu-defs: Move out TB_JMP defines | Peter Crosthwaite | 2015-06-26 | 1 | -0/+8 |
* | include/exec: Move tb hash functions out | Peter Crosthwaite | 2015-06-26 | 1 | -0/+43 |