Lines Matching full:bus
10 on bus 0 (pci.0).
12 As opposed to PCI-2-PCI bridge's secondary bus, PXB's bus
13 is a primary bus and can be associated with a NUMA node
26 -device pxb,id=bridge1,bus=pci.0,numa_node=1,bus_nr=4 -netdev user,id=nd -device e1000,bus=bridge1,…
27 -device pxb,id=bridge2,bus=pci.0,numa_node=0,bus_nr=8 -device e1000,bus=bridge2,addr=0x3
28 -device pxb,id=bridge3,bus=pci.0,bus_nr=40 -drive if=none,id=drive0,file=[img] -device virtio-blk-p…
38 Please observe that we specified the bus "pci.0" for the second and third pxb.
39 This is because when no bus is given, another pxb can be selected by QEMU as default bus,
40 however, PXBs can be placed only under the root bus.
46 The host bridge allows to register and query the PXB's PCI root bus in QEMU.
48 …It is a regular PCI Device that resides on the piix host-bridge bus and its bus uses the same PCI …
49 …However, the bus behind is exposed through ACPI as a primary PCI bus and starts a new PCI hierarch…