qemu-e2k/include/hw/remote
Markus Armbruster edf5ca5dbe include/hw/pci: Split pci_device.h off pci.h
PCIDeviceClass and PCIDevice are defined in pci.h.  Many users of the
header don't actually need them.  Similar structs live in their own
headers: PCIBusClass and PCIBus in pci_bus.h, PCIBridge in
pci_bridge.h, PCIHostBridgeClass and PCIHostState in pci_host.h,
PCIExpressHost in pcie_host.h, and PCIERootPortClass, PCIEPort, and
PCIESlot in pcie_port.h.

Move PCIDeviceClass and PCIDeviceClass to new pci_device.h, along with
the code that needs them.  Adjust include directives.

This also enables the next commit.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20221222100330.380143-6-armbru@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
2023-01-08 01:54:22 -05:00
..
iohub.h include/hw/pci: Split pci_device.h off pci.h 2023-01-08 01:54:22 -05:00
iommu.h vfio-user: IOMMU support for remote device 2022-06-15 16:43:42 +01:00
machine.h vfio-user: define vfio-user-server object 2022-06-15 16:43:42 +01:00
memory.h multi-process: setup memory manager for remote device 2021-02-10 09:23:28 +00:00
mpqemu-link.h multi-process: perform device reset in the remote process 2021-02-10 09:23:28 +00:00
proxy-memory-listener.h multi-process: Synchronize remote memory 2021-02-10 09:23:28 +00:00
proxy.h include/hw/pci: Split pci_device.h off pci.h 2023-01-08 01:54:22 -05:00
vfio-user-obj.h vfio-user: handle device interrupts 2022-06-15 16:43:42 +01:00