[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 09/34] hw/i386/port92: Add missing 'hw/isa/isa.h' header
From: |
Michael Tokarev |
Subject: |
[PULL 09/34] hw/i386/port92: Add missing 'hw/isa/isa.h' header |
Date: |
Thu, 22 Feb 2024 14:25:36 +0300 |
From: Philippe Mathieu-Daudé <philmd@linaro.org>
TYPE_PORT92 inherits TYPE_ISA_DEVICE, so need to include
"hw/isa/isa.h" to get its declarations (currently we
indirectly include this header via "hw/i386/pc.h").
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Michael Tokarev <mjt@tls.msk.ru>
Reviewed-by: Luc Michel <luc.michel@amd.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
hw/i386/port92.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/hw/i386/port92.c b/hw/i386/port92.c
index 1070bfbf36..b25157f6e4 100644
--- a/hw/i386/port92.c
+++ b/hw/i386/port92.c
@@ -10,6 +10,7 @@
#include "sysemu/runstate.h"
#include "migration/vmstate.h"
#include "hw/irq.h"
+#include "hw/isa/isa.h"
#include "hw/i386/pc.h"
#include "trace.h"
#include "qom/object.h"
--
2.39.2
- [PULL 04/34] hw/i386/kvm/ioapic: Replace magic '24' value by proper definition, (continued)
- [PULL 04/34] hw/i386/kvm/ioapic: Replace magic '24' value by proper definition, Michael Tokarev, 2024/02/22
- [PULL 06/34] hw/timer: Move HPET_INTCAP definition to "hpet.h", Michael Tokarev, 2024/02/22
- [PULL 10/34] hw/acpi/cpu_hotplug: Include 'pci_device.h' instead of 'pci.h', Michael Tokarev, 2024/02/22
- [PULL 12/34] system/physmem: remove redundant arg reassignment, Michael Tokarev, 2024/02/22
- [PULL 01/34] hw/usb: Style cleanup, Michael Tokarev, 2024/02/22
- [PULL 05/34] target/i386/monitor: Remove unused 'hw/i386/pc.h' header, Michael Tokarev, 2024/02/22
- [PULL 08/34] hw/i386/acpi: Declare pc_madt_cpu_entry() in 'acpi-common.h', Michael Tokarev, 2024/02/22
- [PULL 11/34] hw/acpi/cpu_hotplug: Include 'x86.h' instead of 'pc.h', Michael Tokarev, 2024/02/22
- [PULL 03/34] hw/usb/ehci: Rename NB_PORTS -> EHCI_PORTS, Michael Tokarev, 2024/02/22
- [PULL 07/34] hw/isa/lpc_ich9: Remove unused 'hw/i386/pc.h', Michael Tokarev, 2024/02/22
- [PULL 09/34] hw/i386/port92: Add missing 'hw/isa/isa.h' header,
Michael Tokarev <=
- [PULL 02/34] hw/usb/uhci: Rename NB_PORTS -> UHCI_PORTS, Michael Tokarev, 2024/02/22
- [PULL 13/34] docs: correct typos, Michael Tokarev, 2024/02/22
- [PULL 14/34] tests: correct typos, Michael Tokarev, 2024/02/22
- [PULL 15/34] accel/tcg: correct typos, Michael Tokarev, 2024/02/22
- [PULL 16/34] loongson3: correct typos, Michael Tokarev, 2024/02/22
- [PULL 17/34] ppc: correct typos, Michael Tokarev, 2024/02/22
- [PULL 20/34] hw/arm/omap.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 19/34] include/exec/memory.h: correct typos, Michael Tokarev, 2024/02/22
- [PULL 18/34] sh4: correct typos, Michael Tokarev, 2024/02/22
- [PULL 21/34] hw/cxl/cxl_device.h: correct typos, Michael Tokarev, 2024/02/22