]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: remove qemuDomainPCIAddressReserveNextAddr()
authorLaine Stump <laine@laine.org>
Sun, 23 Oct 2016 22:11:06 +0000 (18:11 -0400)
committerLaine Stump <laine@laine.org>
Wed, 11 Jan 2017 09:59:42 +0000 (04:59 -0500)
commitc5aea19d563bf12733e137cdb6ef5b4296f782e9
tree0bed73f6ce390408616fb70aec1459552ebd7aa6
parent27b0f971c43a3fac48f7977423b840c12ec2c2fb
qemu: remove qemuDomainPCIAddressReserveNextAddr()

This function is only called in two places, and the function itself is
just adding a single argument and calling
virDomainPCIAddressReserveNextAddr(), so we can remove it and instead
call virDomainPCIAddressReserveNextAddr() directly. (The main
motivation for doing this is to free up the name so that
qemuDomainPCIAddressReserveNextSlot() can be renamed in the next
patch, as its current name is now inaccurate and misleading).
src/qemu/qemu_domain_address.c