diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-03-14 12:57:31 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 14:08:44 -0700 |
| commit | 161f5bc8e965fa8255db435683e6b52042037bb7 (patch) | |
| tree | a10f74f2dd7ddd4e07dd57fd654c647519e80527 /accel/tcg/tcg-accel-ops.c | |
| parent | 31030cf0ff7c72584663a5fe9a9318fc843210ef (diff) | |
| download | focaccia-qemu-161f5bc8e965fa8255db435683e6b52042037bb7.tar.gz focaccia-qemu-161f5bc8e965fa8255db435683e6b52042037bb7.zip | |
include/exec: Split out icount.h
Split icount stuff from system/cpu-timers.h. There are 17 files which only require icount.h, 7 that only require cpu-timers.h, and 7 that require both. Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/tcg/tcg-accel-ops.c')
| -rw-r--r-- | accel/tcg/tcg-accel-ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel/tcg/tcg-accel-ops.c b/accel/tcg/tcg-accel-ops.c index 5c88056157..ccdb781eef 100644 --- a/accel/tcg/tcg-accel-ops.c +++ b/accel/tcg/tcg-accel-ops.c @@ -29,7 +29,7 @@ #include "system/accel-ops.h" #include "system/tcg.h" #include "system/replay.h" -#include "system/cpu-timers.h" +#include "exec/icount.h" #include "qemu/main-loop.h" #include "qemu/guest-random.h" #include "qemu/timer.h" |