mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-18 02:12:13 -07:00
target/arm/machine: reduce migration include to avoid target specific definitions
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-id: 20250512180502.2395029-35-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
parent
cee0762c2b
commit
d31eaa5bdb
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue