[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 15/21] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' hea
|
From: |
Philippe Mathieu-Daudé |
|
Subject: |
[PATCH v2 15/21] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header |
|
Date: |
Thu, 3 Feb 2022 20:18:08 +0100 |
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
softmmu/cpu-timers.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/softmmu/cpu-timers.c b/softmmu/cpu-timers.c
index 34ddfa02f1..204d946a17 100644
--- a/softmmu/cpu-timers.c
+++ b/softmmu/cpu-timers.c
@@ -28,7 +28,6 @@
#include "migration/vmstate.h"
#include "qapi/error.h"
#include "qemu/error-report.h"
-#include "exec/exec-all.h"
#include "sysemu/cpus.h"
#include "qemu/main-loop.h"
#include "qemu/option.h"
--
2.34.1
- [PATCH v2 10/21] accel: Introduce AccelOpsClass::cpu_thread_is_idle(), (continued)
- [PATCH v2 10/21] accel: Introduce AccelOpsClass::cpu_thread_is_idle(), Philippe Mathieu-Daudé, 2022/02/03
- [PATCH v2 18/21] exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic, Philippe Mathieu-Daudé, 2022/02/03
- [PATCH v2 17/21] misc: Add missing "sysemu/cpu-timers.h" include, Philippe Mathieu-Daudé, 2022/02/03
- [PATCH v2 19/21] exec/cpu: Make address_space_init/reloading_memory_map target agnostic, Philippe Mathieu-Daudé, 2022/02/03
- [PATCH v2 13/21] softmmu/runstate: Clean headers, Philippe Mathieu-Daudé, 2022/02/03
- [PATCH v2 14/21] softmmu/physmem: Remove unnecessary include, Philippe Mathieu-Daudé, 2022/02/03
- [PATCH v2 15/21] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header,
Philippe Mathieu-Daudé <=
- [PATCH v2 16/21] misc: Remove unnecessary "sysemu/cpu-timers.h" include, Philippe Mathieu-Daudé, 2022/02/03
- [PATCH v2 21/21] softmmu: Build target-agnostic objects once, Philippe Mathieu-Daudé, 2022/02/03
- [PATCH v2 20/21] softmmu: Add qemu_init_arch_modules(), Philippe Mathieu-Daudé, 2022/02/03
- Re: [PATCH v2 00/21] softmmu: Make various objects target agnostic, Paolo Bonzini, 2022/02/04