Lines Matching +full:- +full:remote
2 * Remote PCI host device
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
10 * to be reused in the remote process.
15 * PCI device models need when running in a remote process.
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()