diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-06-30 16:20:10 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-07-04 12:08:44 +0200 |
| commit | e8388158e62184cb567b7b97ab9e6738dec45348 (patch) | |
| tree | c1eeada0a4d758b57317a1d5fd3033ada1f030ac /accel/qtest | |
| parent | d5a407a5763c4f5182124bb08c9157c0c667662f (diff) | |
| download | focaccia-qemu-e8388158e62184cb567b7b97ab9e6738dec45348.tar.gz focaccia-qemu-e8388158e62184cb567b7b97ab9e6738dec45348.zip | |
accel/dummy: Extract 'dummy-cpus.h' header from 'system/cpus.h'
'dummy' helpers are specific to accelerator implementations, no need to expose them via "system/cpus.h". Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Xiaoyao Li <xiaoyao.li@intel.com> Message-Id: <20250703173248.44995-27-philmd@linaro.org>
Diffstat (limited to 'accel/qtest')
| -rw-r--r-- | accel/qtest/qtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/accel/qtest/qtest.c b/accel/qtest/qtest.c index 92bed9264c..612cede160 100644 --- a/accel/qtest/qtest.c +++ b/accel/qtest/qtest.c @@ -24,6 +24,7 @@ #include "qemu/guest-random.h" #include "qemu/main-loop.h" #include "hw/core/cpu.h" +#include "accel/dummy-cpus.h" static int64_t qtest_clock_counter; |