diff options
| author | Emilio G. Cota | 2018-10-21 00:49:53 +0200 |
|---|---|---|
| committer | Richard Henderson | 2018-12-17 04:04:44 +0100 |
| commit | fe656e3185fa10973d43492c867643e80fa433cd (patch) | |
| tree | 382d270ebe4e52a032dc9d952319a11191aca05e /tests | |
| parent | exec: introduce qemu_xxhash{2,4,5,6,7} (diff) | |
| download | qemu-fe656e3185fa10973d43492c867643e80fa433cd.tar.gz qemu-fe656e3185fa10973d43492c867643e80fa433cd.tar.xz qemu-fe656e3185fa10973d43492c867643e80fa433cd.zip | |
include: move exec/tb-hash-xx.h to qemu/xxhash.h
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Emilio G. Cota <cota@braap.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qht-bench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qht-bench.c b/tests/qht-bench.c index 0278f4da04..ab4e708180 100644 --- a/tests/qht-bench.c +++ b/tests/qht-bench.c @@ -9,7 +9,7 @@ #include "qemu/atomic.h" #include "qemu/qht.h" #include "qemu/rcu.h" -#include "exec/tb-hash-xx.h" +#include "qemu/xxhash.h" struct thread_stats { size_t rd; |
