[PATCH 05/15] conf: use #define instead of literal for highest slot in upstream port

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conf/domain_addr.c b/src/conf/domain_addr.c
index 9883c4f..342c7af 100644
--- a/src/conf/domain_addr.c
+++ b/src/conf/domain_addr.c
@@ -212,7 +212,7 @@ virDomainPCIAddressBusSetModel(virDomainPCIAddressBusPtr bus,
         /* 31 slots, can only accept pcie-switch-port, no hotplug */
         bus->flags = VIR_PCI_CONNECT_TYPE_PCIE_SWITCH;
         bus->minSlot = 0;
-        bus->maxSlot = 31;
+        bus->maxSlot = VIR_PCI_ADDRESS_SLOT_LAST;
         break;
     default:
         virReportError(VIR_ERR_INTERNAL_ERROR,
-- 
2.5.5

--
libvir-list mailing list
libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list



[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]