From: Pierrick Bouvier Date: Mon, 12 May 2025 18:04:48 +0000 (-0700) Subject: target/arm/machine: reduce migration include to avoid target specific definitions X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d31eaa5bdbd5cf05d8313beb7149c33c4a6d750e;p=thirdparty%2Fqemu.git target/arm/machine: reduce migration include to avoid target specific definitions Reviewed-by: Richard Henderson Signed-off-by: Pierrick Bouvier Reviewed-by: Philippe Mathieu-Daudé Message-id: 20250512180502.2395029-35-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell --- diff --git a/target/arm/machine.c b/target/arm/machine.c index 978249fb71..f7956898fa 100644 --- a/target/arm/machine.c +++ b/target/arm/machine.c @@ -6,7 +6,8 @@ #include "kvm_arm.h" #include "internals.h" #include "cpu-features.h" -#include "migration/cpu.h" +#include "migration/qemu-file-types.h" +#include "migration/vmstate.h" #include "target/arm/gtimer.h" static bool vfp_needed(void *opaque)