diff options
| author | Cédric Le Goater <clg@redhat.com> | 2025-09-01 08:46:24 +0200 |
|---|---|---|
| committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-09-02 17:58:05 +0200 |
| commit | 319ca84949fc3134774342d50790592680c3b9b0 (patch) | |
| tree | 49a120a7c26085e808d77e8179527e15836bdbae | |
| parent | 22ece1a6ebf5d9e0b0a3e376dcfbfe9d96d209b9 (diff) | |
| download | focaccia-qemu-319ca84949fc3134774342d50790592680c3b9b0.tar.gz focaccia-qemu-319ca84949fc3134774342d50790592680c3b9b0.zip | |
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é <philmd@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Link: https://lore.kernel.org/qemu-devel/20250731144019.1403591-1-clg@redhat.com Signed-off-by: Cédric Le Goater <clg@redhat.com> Message-ID: <20250901064631.530723-2-clg@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
| -rw-r--r-- | hw/arm/virt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/arm/virt.c b/hw/arm/virt.c index 1e63f40fbe..e5c4142e82 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" |