include/hw/pci: Break inclusion loop pci_bridge.h and cxl.h
hw/pci/pci_bridge.h and hw/cxl/cxl.h include each other. Fortunately, breaking the loop is merely a matter of deleting unnecessary includes from headers, and adding them back in places where they are now missing. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20221222100330.380143-2-armbru@redhat.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
parent
9d94c21363
commit
674b0a5784
@ -5,7 +5,6 @@
|
|||||||
|
|
||||||
#include "target/alpha/cpu-qom.h"
|
#include "target/alpha/cpu-qom.h"
|
||||||
#include "hw/pci/pci.h"
|
#include "hw/pci/pci.h"
|
||||||
#include "hw/pci/pci_host.h"
|
|
||||||
#include "hw/boards.h"
|
#include "hw/boards.h"
|
||||||
#include "hw/intc/i8259.h"
|
#include "hw/intc/i8259.h"
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
#include "hw/pci/pci_host.h"
|
||||||
#include "alpha_sys.h"
|
#include "alpha_sys.h"
|
||||||
#include "qemu/log.h"
|
#include "qemu/log.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
|
@ -10,10 +10,10 @@
|
|||||||
#include "qemu/module.h"
|
#include "qemu/module.h"
|
||||||
#include "qemu/units.h"
|
#include "qemu/units.h"
|
||||||
#include "qapi/error.h"
|
#include "qapi/error.h"
|
||||||
|
#include "hw/pci/pci_host.h"
|
||||||
#include "cpu.h"
|
#include "cpu.h"
|
||||||
#include "hw/irq.h"
|
#include "hw/irq.h"
|
||||||
#include "alpha_sys.h"
|
#include "alpha_sys.h"
|
||||||
#include "qom/object.h"
|
|
||||||
|
|
||||||
|
|
||||||
#define TYPE_TYPHOON_PCI_HOST_BRIDGE "typhoon-pcihost"
|
#define TYPE_TYPHOON_PCI_HOST_BRIDGE "typhoon-pcihost"
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include "acpi-common.h"
|
#include "acpi-common.h"
|
||||||
#include "qemu/bitmap.h"
|
#include "qemu/bitmap.h"
|
||||||
#include "qemu/error-report.h"
|
#include "qemu/error-report.h"
|
||||||
#include "hw/pci/pci.h"
|
#include "hw/pci/pci_bridge.h"
|
||||||
#include "hw/cxl/cxl.h"
|
#include "hw/cxl/cxl.h"
|
||||||
#include "hw/core/cpu.h"
|
#include "hw/core/cpu.h"
|
||||||
#include "target/i386/cpu.h"
|
#include "target/i386/cpu.h"
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
#include "hw/pci/pci.h"
|
#include "hw/pci/pci_bridge.h"
|
||||||
#include "migration/vmstate.h"
|
#include "migration/vmstate.h"
|
||||||
#include "qemu/module.h"
|
#include "qemu/module.h"
|
||||||
#include "hw/i386/ich9.h"
|
#include "hw/i386/ich9.h"
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "qemu/osdep.h"
|
#include "qemu/osdep.h"
|
||||||
|
#include "hw/pci/pci.h"
|
||||||
#include "trace.h"
|
#include "trace.h"
|
||||||
#include "rdma_utils.h"
|
#include "rdma_utils.h"
|
||||||
|
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
#define RDMA_UTILS_H
|
#define RDMA_UTILS_H
|
||||||
|
|
||||||
#include "qemu/error-report.h"
|
#include "qemu/error-report.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "sysemu/dma.h"
|
#include "sysemu/dma.h"
|
||||||
|
|
||||||
#define rdma_error_report(fmt, ...) \
|
#define rdma_error_report(fmt, ...) \
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
|
|
||||||
#include "qemu/units.h"
|
#include "qemu/units.h"
|
||||||
#include "qemu/notify.h"
|
#include "qemu/notify.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "hw/pci/msix.h"
|
#include "hw/pci/msix.h"
|
||||||
#include "chardev/char-fe.h"
|
#include "chardev/char-fe.h"
|
||||||
#include "hw/net/vmxnet3_defs.h"
|
#include "hw/net/vmxnet3_defs.h"
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
#include "qemu/iov.h"
|
#include "qemu/iov.h"
|
||||||
#include "qemu/module.h"
|
#include "qemu/module.h"
|
||||||
#include "sysemu/block-backend.h"
|
#include "sysemu/block-backend.h"
|
||||||
|
#include "sysemu/dma.h"
|
||||||
#include "hw/qdev-properties.h"
|
#include "hw/qdev-properties.h"
|
||||||
#include "hw/scsi/scsi.h"
|
#include "hw/scsi/scsi.h"
|
||||||
#include "scsi/constants.h"
|
#include "scsi/constants.h"
|
||||||
|
@ -23,7 +23,6 @@
|
|||||||
#include "sysemu/dma.h"
|
#include "sysemu/dma.h"
|
||||||
#include "hw/pci/pci.h"
|
#include "hw/pci/pci.h"
|
||||||
#include "hw/sysbus.h"
|
#include "hw/sysbus.h"
|
||||||
#include "qom/object.h"
|
|
||||||
|
|
||||||
#ifndef EHCI_DEBUG
|
#ifndef EHCI_DEBUG
|
||||||
#define EHCI_DEBUG 0
|
#define EHCI_DEBUG 0
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#define XEN_PT_H
|
#define XEN_PT_H
|
||||||
|
|
||||||
#include "hw/xen/xen_common.h"
|
#include "hw/xen/xen_common.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "xen-host-pci-device.h"
|
#include "xen-host-pci-device.h"
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
#include "qapi/qapi-types-machine.h"
|
#include "qapi/qapi-types-machine.h"
|
||||||
#include "qapi/qapi-visit-machine.h"
|
#include "qapi/qapi-visit-machine.h"
|
||||||
#include "hw/pci/pci_bridge.h"
|
|
||||||
#include "hw/pci/pci_host.h"
|
#include "hw/pci/pci_host.h"
|
||||||
#include "cxl_pci.h"
|
#include "cxl_pci.h"
|
||||||
#include "cxl_component.h"
|
#include "cxl_component.h"
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
#define CXL_CDAT_H
|
#define CXL_CDAT_H
|
||||||
|
|
||||||
#include "hw/cxl/cxl_pci.h"
|
#include "hw/cxl/cxl_pci.h"
|
||||||
|
#include "hw/pci/pcie_doe.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Reference:
|
* Reference:
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#ifndef CXL_DEVICE_H
|
#ifndef CXL_DEVICE_H
|
||||||
#define CXL_DEVICE_H
|
#define CXL_DEVICE_H
|
||||||
|
|
||||||
|
#include "hw/pci/pci.h"
|
||||||
#include "hw/register.h"
|
#include "hw/register.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -11,8 +11,6 @@
|
|||||||
#define CXL_PCI_H
|
#define CXL_PCI_H
|
||||||
|
|
||||||
#include "qemu/compiler.h"
|
#include "qemu/compiler.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "hw/pci/pcie.h"
|
|
||||||
#include "hw/cxl/cxl_cdat.h"
|
#include "hw/cxl/cxl_cdat.h"
|
||||||
|
|
||||||
#define CXL_VENDOR_ID 0x1e98
|
#define CXL_VENDOR_ID 0x1e98
|
||||||
|
@ -5,12 +5,8 @@
|
|||||||
#include "hw/sysbus.h"
|
#include "hw/sysbus.h"
|
||||||
#include "hw/i386/pc.h"
|
#include "hw/i386/pc.h"
|
||||||
#include "hw/isa/apm.h"
|
#include "hw/isa/apm.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "hw/pci/pcie_host.h"
|
|
||||||
#include "hw/pci/pci_bridge.h"
|
|
||||||
#include "hw/acpi/acpi.h"
|
#include "hw/acpi/acpi.h"
|
||||||
#include "hw/acpi/ich9.h"
|
#include "hw/acpi/ich9.h"
|
||||||
#include "hw/pci/pci_bus.h"
|
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
|
||||||
void ich9_lpc_set_irq(void *opaque, int irq_num, int level);
|
void ich9_lpc_set_irq(void *opaque, int irq_num, int level);
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#define HW_I386_X86_IOMMU_H
|
#define HW_I386_X86_IOMMU_H
|
||||||
|
|
||||||
#include "hw/sysbus.h"
|
#include "hw/sysbus.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "hw/pci/msi.h"
|
#include "hw/pci/msi.h"
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#ifndef HW_VT82C686_H
|
#ifndef HW_VT82C686_H
|
||||||
#define HW_VT82C686_H
|
#define HW_VT82C686_H
|
||||||
|
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
|
|
||||||
#define TYPE_VT82C686B_ISA "vt82c686b-isa"
|
#define TYPE_VT82C686B_ISA "vt82c686b-isa"
|
||||||
#define TYPE_VT82C686B_USB_UHCI "vt82c686b-usb-uhci"
|
#define TYPE_VT82C686B_USB_UHCI "vt82c686b-usb-uhci"
|
||||||
|
@ -22,9 +22,6 @@
|
|||||||
#define DESIGNWARE_H
|
#define DESIGNWARE_H
|
||||||
|
|
||||||
#include "hw/sysbus.h"
|
#include "hw/sysbus.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "hw/pci/pci_bus.h"
|
|
||||||
#include "hw/pci/pcie_host.h"
|
|
||||||
#include "hw/pci/pci_bridge.h"
|
#include "hw/pci/pci_bridge.h"
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
#ifndef HW_PCI_I440FX_H
|
#ifndef HW_PCI_I440FX_H
|
||||||
#define HW_PCI_I440FX_H
|
#define HW_PCI_I440FX_H
|
||||||
|
|
||||||
#include "hw/pci/pci_bus.h"
|
#include "hw/pci/pci.h"
|
||||||
#include "hw/pci-host/pam.h"
|
#include "hw/pci-host/pam.h"
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
|
||||||
|
@ -8,8 +8,6 @@
|
|||||||
#ifndef HW_LS7A_H
|
#ifndef HW_LS7A_H
|
||||||
#define HW_LS7A_H
|
#define HW_LS7A_H
|
||||||
|
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "hw/pci/pcie_host.h"
|
|
||||||
#include "hw/pci-host/pam.h"
|
#include "hw/pci-host/pam.h"
|
||||||
#include "qemu/units.h"
|
#include "qemu/units.h"
|
||||||
#include "qemu/range.h"
|
#include "qemu/range.h"
|
||||||
|
@ -10,8 +10,6 @@
|
|||||||
#ifndef PCI_HOST_PNV_PHB3_H
|
#ifndef PCI_HOST_PNV_PHB3_H
|
||||||
#define PCI_HOST_PNV_PHB3_H
|
#define PCI_HOST_PNV_PHB3_H
|
||||||
|
|
||||||
#include "hw/pci/pcie_host.h"
|
|
||||||
#include "hw/pci/pcie_port.h"
|
|
||||||
#include "hw/ppc/xics.h"
|
#include "hw/ppc/xics.h"
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
#include "hw/pci-host/pnv_phb.h"
|
#include "hw/pci-host/pnv_phb.h"
|
||||||
|
@ -10,8 +10,7 @@
|
|||||||
#ifndef PCI_HOST_PNV_PHB4_H
|
#ifndef PCI_HOST_PNV_PHB4_H
|
||||||
#define PCI_HOST_PNV_PHB4_H
|
#define PCI_HOST_PNV_PHB4_H
|
||||||
|
|
||||||
#include "hw/pci/pcie_host.h"
|
#include "hw/pci/pci_bus.h"
|
||||||
#include "hw/pci/pcie_port.h"
|
|
||||||
#include "hw/ppc/xive.h"
|
#include "hw/ppc/xive.h"
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
#define HW_XILINX_PCIE_H
|
#define HW_XILINX_PCIE_H
|
||||||
|
|
||||||
#include "hw/sysbus.h"
|
#include "hw/sysbus.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "hw/pci/pci_bridge.h"
|
#include "hw/pci/pci_bridge.h"
|
||||||
#include "hw/pci/pcie_host.h"
|
#include "hw/pci/pcie_host.h"
|
||||||
#include "qom/object.h"
|
#include "qom/object.h"
|
||||||
|
@ -26,7 +26,6 @@
|
|||||||
#include "hw/pci/pcie_aer.h"
|
#include "hw/pci/pcie_aer.h"
|
||||||
#include "hw/pci/pcie_sriov.h"
|
#include "hw/pci/pcie_sriov.h"
|
||||||
#include "hw/hotplug.h"
|
#include "hw/hotplug.h"
|
||||||
#include "hw/pci/pcie_doe.h"
|
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
/* for attention and power indicator */
|
/* for attention and power indicator */
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
#define VIRTIO_SCSI_SENSE_SIZE 0
|
#define VIRTIO_SCSI_SENSE_SIZE 0
|
||||||
#include "standard-headers/linux/virtio_scsi.h"
|
#include "standard-headers/linux/virtio_scsi.h"
|
||||||
#include "hw/virtio/virtio.h"
|
#include "hw/virtio/virtio.h"
|
||||||
#include "hw/pci/pci.h"
|
|
||||||
#include "hw/scsi/scsi.h"
|
#include "hw/scsi/scsi.h"
|
||||||
#include "chardev/char-fe.h"
|
#include "chardev/char-fe.h"
|
||||||
#include "sysemu/iothread.h"
|
#include "sysemu/iothread.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user