]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: change first arg of qemuDomainAttachChrDeviceAssignAddr()
authorLaine Stump <laine@laine.org>
Wed, 12 Oct 2016 19:24:57 +0000 (15:24 -0400)
committerLaine Stump <laine@laine.org>
Sun, 23 Oct 2016 16:36:50 +0000 (12:36 -0400)
commitdbe481a14a4c2837352b4a2179167644379fc99c
tree050e7f562e501570fa5e4e295581b7650c3f2ea6
parent116564e3b0a76b8bdd601972e34029f59a49699d
qemu: change first arg of qemuDomainAttachChrDeviceAssignAddr()

from virDomainDefPtr to virDomainObjPtr so that the function has
access to the other parts of the virDomainObjPtr. Take advantage of
this by removing the "priv" arg and retrieving it from the
virDomainObjPtr instead.

No functional change.
src/qemu/qemu_hotplug.c