]> xenbits.xensource.com Git - libvirt.git/commit
conf: eliminate virDomainPCIAddressReserveNextSlot()
authorLaine Stump <laine@laine.org>
Sat, 22 Oct 2016 17:28:07 +0000 (13:28 -0400)
committerLaine Stump <laine@laine.org>
Wed, 11 Jan 2017 09:53:48 +0000 (04:53 -0500)
commit43f8147749bcbb832a4a93c086a4e0150506a2f4
treeba8343b36e434fcc37a752fa3c45a0384d2fb8fe
parente97fab2665a3889ce9b4c11b689d09f08978485c
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).
src/bhyve/bhyve_device.c
src/conf/domain_addr.c
src/conf/domain_addr.h
src/libvirt_private.syms