43f8147 conf: eliminate virDomainPCIAddressReserveNextSlot()

Authored and Committed by Laine Stump 7 years ago
    conf: eliminate virDomainPCIAddressReserveNextSlot()
    
    Since we don't actually reserve an entire slot at a time anymore, the
    name of this function is just confusing, and it's almost identical in
    operation to virDomainPCIAddressReserveNextAddr() anyway, so remove
    the *Slot() function and replace calls to it with calls to *Addr(...,
    -1).
    
        
file modified
+10 -8
file modified
+1 -10
file modified
+0 -5
file modified
+0 -1