Loading include/exec/tb-hash.h +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #ifndef EXEC_TB_HASH_H #define EXEC_TB_HASH_H #include "exec/tb-hash-xx.h" #include "qemu/xxhash.h" #ifdef CONFIG_SOFTMMU Loading include/exec/tb-hash-xx.h→include/qemu/xxhash.h +3 −3 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ * - xxHash source repository : https://github.com/Cyan4973/xxHash */ #ifndef EXEC_TB_HASH_XX_H #define EXEC_TB_HASH_XX_H #ifndef QEMU_XXHASH_H #define QEMU_XXHASH_H #include "qemu/bitops.h" Loading Loading @@ -119,4 +119,4 @@ static inline uint32_t qemu_xxhash6(uint64_t ab, uint64_t cd, uint32_t e, return qemu_xxhash7(ab, cd, e, f, 0); } #endif /* EXEC_TB_HASH_XX_H */ #endif /* QEMU_XXHASH_H */ tests/qht-bench.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading util/qsp.c +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ #include "qemu/timer.h" #include "qemu/qht.h" #include "qemu/rcu.h" #include "exec/tb-hash-xx.h" #include "qemu/xxhash.h" enum QSPType { QSP_MUTEX, Loading Loading
include/exec/tb-hash.h +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ #ifndef EXEC_TB_HASH_H #define EXEC_TB_HASH_H #include "exec/tb-hash-xx.h" #include "qemu/xxhash.h" #ifdef CONFIG_SOFTMMU Loading
include/exec/tb-hash-xx.h→include/qemu/xxhash.h +3 −3 Original line number Diff line number Diff line Loading @@ -31,8 +31,8 @@ * - xxHash source repository : https://github.com/Cyan4973/xxHash */ #ifndef EXEC_TB_HASH_XX_H #define EXEC_TB_HASH_XX_H #ifndef QEMU_XXHASH_H #define QEMU_XXHASH_H #include "qemu/bitops.h" Loading Loading @@ -119,4 +119,4 @@ static inline uint32_t qemu_xxhash6(uint64_t ab, uint64_t cd, uint32_t e, return qemu_xxhash7(ab, cd, e, f, 0); } #endif /* EXEC_TB_HASH_XX_H */ #endif /* QEMU_XXHASH_H */
tests/qht-bench.c +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading
util/qsp.c +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ #include "qemu/timer.h" #include "qemu/qht.h" #include "qemu/rcu.h" #include "exec/tb-hash-xx.h" #include "qemu/xxhash.h" enum QSPType { QSP_MUTEX, Loading