提交 fe656e31 编写于 作者: E Emilio G. Cota 提交者: Richard Henderson

include: move exec/tb-hash-xx.h to qemu/xxhash.h

Reviewed-by: NAlex Bennée <alex.bennee@linaro.org>
Signed-off-by: NEmilio G. Cota <cota@braap.org>
Signed-off-by: NRichard Henderson <richard.henderson@linaro.org>
上级 c971d8fa
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef EXEC_TB_HASH_H #ifndef EXEC_TB_HASH_H
#define EXEC_TB_HASH_H #define EXEC_TB_HASH_H
#include "exec/tb-hash-xx.h" #include "qemu/xxhash.h"
#ifdef CONFIG_SOFTMMU #ifdef CONFIG_SOFTMMU
......
...@@ -31,8 +31,8 @@ ...@@ -31,8 +31,8 @@
* - xxHash source repository : https://github.com/Cyan4973/xxHash * - xxHash source repository : https://github.com/Cyan4973/xxHash
*/ */
#ifndef EXEC_TB_HASH_XX_H #ifndef QEMU_XXHASH_H
#define EXEC_TB_HASH_XX_H #define QEMU_XXHASH_H
#include "qemu/bitops.h" #include "qemu/bitops.h"
...@@ -119,4 +119,4 @@ static inline uint32_t qemu_xxhash6(uint64_t ab, uint64_t cd, uint32_t e, ...@@ -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); return qemu_xxhash7(ab, cd, e, f, 0);
} }
#endif /* EXEC_TB_HASH_XX_H */ #endif /* QEMU_XXHASH_H */
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "qemu/atomic.h" #include "qemu/atomic.h"
#include "qemu/qht.h" #include "qemu/qht.h"
#include "qemu/rcu.h" #include "qemu/rcu.h"
#include "exec/tb-hash-xx.h" #include "qemu/xxhash.h"
struct thread_stats { struct thread_stats {
size_t rd; size_t rd;
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu/qht.h" #include "qemu/qht.h"
#include "qemu/rcu.h" #include "qemu/rcu.h"
#include "exec/tb-hash-xx.h" #include "qemu/xxhash.h"
enum QSPType { enum QSPType {
QSP_MUTEX, QSP_MUTEX,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册