mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: new pci controller model "pcie-switch-upstream-port"
This controller can be connected only to a pcie-root-port or a pcie-switch-downstream-port (which will be added in a later patch), which is the reason for the new connect type VIR_PCI_CONNECT_TYPE_PCIE_PORT. A pcie-switch-upstream-port provides 32 ports (slot=0 to slot=31) on the downstream side, which can only have pci controllers of model "pcie-switch-downstream-port" plugged into them, which is the reason for the other new connect type VIR_PCI_CONNECT_TYPE_PCIE_SWITCH.
This commit is contained in:
@@ -569,6 +569,7 @@ mymain(void)
|
||||
DO_TEST_DIFFERENT("q35");
|
||||
DO_TEST("pcie-root-port");
|
||||
DO_TEST("pcie-root-port-too-many");
|
||||
DO_TEST("pcie-switch-upstream-port");
|
||||
|
||||
DO_TEST("hostdev-scsi-lsi");
|
||||
DO_TEST("hostdev-scsi-virtio-scsi");
|
||||
|
||||
Reference in New Issue
Block a user