[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 03/19] system/qtest: Include missing 'hw/core/cpu.h' header
From: |
Thomas Huth |
Subject: |
[PULL 03/19] system/qtest: Include missing 'hw/core/cpu.h' header |
Date: |
Wed, 20 Dec 2023 10:40:49 +0100 |
From: Philippe Mathieu-Daudé <philmd@linaro.org>
"hw/core/cpu.h" declares 'first_cpu'. Include it to avoid
when unrelated headers are refactored:
system/qtest.c:548:33: error: use of undeclared identifier 'first_cpu'
address_space_write(first_cpu->as, addr, MEMTXATTRS_UNSPECIFIED,
^
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20231212113016.29808-2-philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
system/qtest.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/system/qtest.c b/system/qtest.c
index 7964f0b248..6da58b3874 100644
--- a/system/qtest.c
+++ b/system/qtest.c
@@ -21,6 +21,7 @@
#include "exec/tswap.h"
#include "hw/qdev-core.h"
#include "hw/irq.h"
+#include "hw/core/cpu.h"
#include "qemu/accel.h"
#include "sysemu/cpu-timers.h"
#include "qemu/config-file.h"
--
2.43.0
- [PULL 00/19] First batch of misc patches for QEMU 9.0, Thomas Huth, 2023/12/20
- [PULL 04/19] system/qtest: Restrict QTest API to system emulation, Thomas Huth, 2023/12/20
- [PULL 01/19] hw: Add compat machines for 9.0, Thomas Huth, 2023/12/20
- [PULL 02/19] MAINTAINERS: Add some more vmware-related files to the corresponding section, Thomas Huth, 2023/12/20
- [PULL 03/19] system/qtest: Include missing 'hw/core/cpu.h' header,
Thomas Huth <=
- [PULL 07/19] hw/s390x/ipl: Remove unused 'exec/exec-all.h' included header, Thomas Huth, 2023/12/20
- [PULL 05/19] hw/ppc/spapr_hcall: Remove unused 'exec/exec-all.h' included header, Thomas Huth, 2023/12/20
- [PULL 06/19] hw/misc/mips_itu: Remove unnecessary 'exec/exec-all.h' header, Thomas Huth, 2023/12/20
- [PULL 09/19] docs/system/arm: Fix for rename of type "xlnx.bbram-ctrl", Thomas Huth, 2023/12/20
- [PULL 10/19] hw: Replace anti-social QOM type names (again), Thomas Huth, 2023/12/20
- [PULL 11/19] memory: Remove "qemu:" prefix from the "qemu:ram-discard-manager" type name, Thomas Huth, 2023/12/20
- [PULL 08/19] target: Restrict 'sysemu/reset.h' to system emulation, Thomas Huth, 2023/12/20
- [PULL 12/19] tests/unit/test-io-task: Rename "qemu:dummy" to avoid colon in the name, Thomas Huth, 2023/12/20
- [PULL 14/19] tests/qtest/migration-test: Fix analyze-migration.py for s390x, Thomas Huth, 2023/12/20
- [PULL 15/19] qemu-options: Clarify handling of commas in options parameters, Thomas Huth, 2023/12/20