diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2013-08-20 12:21:57 -0600 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2013-08-21 12:39:15 +0300 |
commit | 4b38e989b43e84c485f676f2039f21b15da439fe (patch) | |
tree | 218c3df69946906a88273113aa240fab4e68d731 /docs | |
parent | 04920fc0faa4760f9c4fc0e73b992b768099be70 (diff) | |
download | qemu-4b38e989b43e84c485f676f2039f21b15da439fe.tar.gz qemu-4b38e989b43e84c485f676f2039f21b15da439fe.tar.bz2 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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/q35-chipset.cfg | 23 |
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" |