q35: Add PCIe switch to example q35 configuration
authorAlex Williamson <alex.williamson@redhat.com>
Tue, 20 Aug 2013 18:21:57 +0000 (12:21 -0600)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 21 Aug 2013 09:39:15 +0000 (12:39 +0300)
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
docs/q35-chipset.cfg

index 1b6efc0f2c1155127c9bb057014bbe0f8c1a9b31..e4ddb7d9cc98a00c06829fac778c4ea0b8e250ea 100644 (file)
   port = "4"
   chassis = "4"
 
+##
+# Example PCIe switch with two downstream ports
+#
+#[device "pcie-switch-upstream-port-1"]
+#  driver = "x3130-upstream"
+#  bus = "ich9-pcie-port-4"
+#  addr = "00.0"
+#
+#[device "pcie-switch-downstream-port-1-1"]
+#  driver = "xio3130-downstream"
+#  multifunction = "on"
+#  bus = "pcie-switch-upstream-port-1"
+#  addr = "00.0"
+#  port = "1"
+#  chassis = "5"
+#
+#[device "pcie-switch-downstream-port-1-2"]
+#  driver = "xio3130-downstream"
+#  multifunction = "on"
+#  bus = "pcie-switch-upstream-port-1"
+#  addr = "00.1"
+#  port = "1"
+#  chassis = "6"
 
 [device "ich9-ehci-1"]
   driver = "ich9-usb-ehci1"