exec/cpu-all: remove exec/target_page include

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
Pierrick Bouvier 2025-03-31 16:40:55 -05:00 committed by Richard Henderson
parent e9659a4da2
commit 9c2ff9cdc9
105 changed files with 104 additions and 5 deletions

View file

@ -31,6 +31,7 @@
#include "qapi/error.h"
#include "qobject/qdict.h"
#include "system/hw_accel.h"
#include "exec/target_page.h"
/* Set the current CPU defined by the user. Callers must hold BQL. */
int monitor_set_cpu(Monitor *mon, int cpu_index)