]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: allow 32 slots on pcie-expander-bus, not just 1
authorLaine Stump <laine@laine.org>
Wed, 5 Oct 2016 15:26:07 +0000 (11:26 -0400)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 6 Oct 2016 10:54:49 +0000 (11:54 +0100)
commit52cc796d1c75ad176b8dc9259947da56be4a11a3
tree6ecbbaa95c64126a5507c634fb5f6bd3a24de922
parent4c052baf46e73c631aea98f0c4581bc6f74c33d9
qemu: allow 32 slots on pcie-expander-bus, not just 1

When I added support for the pcie-expander-bus controller in commit
bc07251f, I incorrectly thought that it only had a single slot
available. Actually it has 32 slots, just like the root complex aka
pcie-root (the part that I *did* get correct is that unlike pcie-root
a pcie-expander-bus doesn't allow any integrated endpoint devices -
only pcie-root-ports and dmi-to-pci-controllers are allowed).

(cherry picked from commit 22afd44171a2df74fecb7058d146e83adddaae45)
src/conf/domain_addr.c