]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use #define instead of literal for highest slot in upstream port
authorLaine Stump <laine@laine.org>
Wed, 2 Mar 2016 20:31:02 +0000 (15:31 -0500)
committerLaine Stump <laine@laine.org>
Thu, 14 Apr 2016 18:00:33 +0000 (14:00 -0400)
commit6d0902a5ca64d1cd5ddc0e7a89053e477da5d7c1
tree06e4bcdfbb0efc6a3b6d5a844ced4808089c0f8b
parent5863b6e0c1efb93416ff83274619e7da8a399f5e
conf: use #define instead of literal for highest slot in upstream port

Every other maxSlot was either set to 0 or to
VIR_PCI_ADDRESS_SLOT_LAST, but this one was for some reason set to the
literal value 31 (which is the same as VIR_PCI_ADDRESS_SLOT_LAST).
This makes them all consistent.
src/conf/domain_addr.c