Age | Commit message (Expand) | Author |
---|---|---|
2020-06-19 | qht: Fix threshold rate calculation | Richard Henderson |
2019-01-14 | tests: use g_usleep instead of rem = sleep(time) | Alex Bennée |
2018-12-17 | include: move exec/tb-hash-xx.h to qemu/xxhash.h | Emilio G. Cota |
2018-12-17 | exec: introduce qemu_xxhash{2,4,5,6,7} | Emilio G. Cota |
2018-12-17 | qht-bench: document -p flag | Emilio G. Cota |
2018-09-26 | qht-bench: add -p flag to precompute hash values | Emilio G. Cota |
2018-06-15 | qht: return existing entry when qht_insert fails | Emilio G. Cota |
2018-06-15 | qht: require a default comparison function | Emilio G. Cota |
2017-10-24 | tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK | Emilio G. Cota |
2017-07-17 | exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state | Lluís Vilanova |
2016-10-24 | qht-bench: relax test_start/stop atomic accesses | Emilio G. Cota |
2016-06-16 | clean-includes: run it once more | Paolo Bonzini |
2016-06-11 | qht: add qht-bench, a performance benchmark | Emilio G. Cota |