Lines Matching full:pci
2 * Remote PCI host device
4 * Unlike PCI host devices that model physical hardware, the purpose
5 * of this PCI host is to host multi-process QEMU devices.
7 * Multi-process QEMU extends the PCI host of a QEMU machine into a
8 * remote process. Any PCI device attached to the remote process is
12 * This PCI host is purely a container for PCI devices. It's fake in the
13 * sense that the guest never sees this PCI host and has no way of
15 * PCI device models need when running in a remote process.
26 #include "hw/pci/pci.h"
27 #include "hw/pci/pci_host.h"
28 #include "hw/pci/pcie_host.h"
30 #include "hw/pci-host/remote.h"
41 PCIHostState *pci = PCI_HOST_BRIDGE(dev); in remote_pcihost_realize() local
44 pci->bus = pci_root_bus_new(DEVICE(s), "remote-pci", in remote_pcihost_realize()
59 dc->fw_name = "pci"; in remote_pcihost_class_init()