From: Cédric Le Goater Date: Mon, 1 Sep 2025 06:46:24 +0000 (+0200) Subject: hw/arm/virt: Include 'system/system.h' X-Git-Tag: v10.2.0-rc1~112^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=319ca84949fc3134774342d50790592680c3b9b0;p=thirdparty%2Fqemu.git hw/arm/virt: Include 'system/system.h' hw/arm/virt.c should include 'system/system.h' for : serial_hd() qemu_add_machine_init_done_notifier() Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Peter Maydell Link: https://lore.kernel.org/qemu-devel/20250731144019.1403591-1-clg@redhat.com Signed-off-by: Cédric Le Goater Message-ID: <20250901064631.530723-2-clg@redhat.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 1e63f40fbec..e5c4142e822 100644 --- a/hw/arm/virt.c +++ b/hw/arm/virt.c @@ -50,6 +50,7 @@ #include "system/kvm.h" #include "system/hvf.h" #include "system/qtest.h" +#include "system/system.h" #include "hw/loader.h" #include "qapi/error.h" #include "qemu/bitops.h"