Lines Matching +full:multi +full:- +full:purpose
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
20 * See the COPYING file in the top-level directory.
29 #include "hw/qdev-properties.h"
30 #include "hw/pci-host/remote.h"
44 pci->bus = pci_root_bus_new(DEVICE(s), "remote-pci", in remote_pcihost_realize()
45 s->mr_pci_mem, s->mr_sys_io, in remote_pcihost_realize()
54 hc->root_bus_path = remote_pcihost_root_bus_path; in remote_pcihost_class_init()
55 dc->realize = remote_pcihost_realize; in remote_pcihost_class_init()
57 dc->user_creatable = false; in remote_pcihost_class_init()
58 set_bit(DEVICE_CATEGORY_BRIDGE, dc->categories); in remote_pcihost_class_init()
59 dc->fw_name = "pci"; in remote_pcihost_class_init()