]> git.ipfire.org Git - thirdparty/qemu.git/commit
include/exec: Split out icount.h
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 14 Mar 2025 19:57:31 +0000 (12:57 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:44 +0000 (14:08 -0700)
commit161f5bc8e965fa8255db435683e6b52042037bb7
treea10f74f2dd7ddd4e07dd57fd654c647519e80527
parent31030cf0ff7c72584663a5fe9a9318fc843210ef
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>
26 files changed:
accel/tcg/cpu-exec.c
accel/tcg/icount-common.c
accel/tcg/monitor.c
accel/tcg/tcg-accel-ops-icount.c
accel/tcg/tcg-accel-ops-mttcg.c
accel/tcg/tcg-accel-ops-rr.c
accel/tcg/tcg-accel-ops.c
accel/tcg/tcg-all.c
accel/tcg/translate-all.c
hw/core/ptimer.c
include/exec/icount.h [new file with mode: 0644]
include/system/cpu-timers.h
replay/replay.c
stubs/icount.c
system/cpu-timers.c
system/dma-helpers.c
system/vl.c
target/arm/helper.c
target/riscv/cpu_helper.c
target/riscv/csr.c
target/riscv/debug.c
target/riscv/machine.c
target/riscv/pmu.c
util/async.c
util/main-loop.c
util/qemu-timer.c