summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlex Williamson <alex.williamson@redhat.com>2013-08-20 12:21:57 -0600
committerMichael S. Tsirkin <mst@redhat.com>2013-08-21 12:39:15 +0300
commit4b38e989b43e84c485f676f2039f21b15da439fe (patch)
tree218c3df69946906a88273113aa240fab4e68d731
parent04920fc0faa4760f9c4fc0e73b992b768099be70 (diff)
downloadfocaccia-qemu-4b38e989b43e84c485f676f2039f21b15da439fe.tar.gz
focaccia-qemu-4b38e989b43e84c485f676f2039f21b15da439fe.zip
q35: Add PCIe switch to example q35 configuration
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
-rw-r--r--docs/q35-chipset.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/q35-chipset.cfg b/docs/q35-chipset.cfg
index 1b6efc0f2c..e4ddb7d9cc 100644
--- a/docs/q35-chipset.cfg
+++ b/docs/q35-chipset.cfg
@@ -91,6 +91,29 @@
   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"