Re: [libvirt] [PATCH v4 07/25] [NEW] qemu: change first arg of qemuDomainAttachChrDeviceAssignAddr()

2016-10-18 Thread Andrea Bolognani
On Fri, 2016-10-14 at 15:54 -0400, Laine Stump wrote: > 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 c

[libvirt] [PATCH v4 07/25] [NEW] qemu: change first arg of qemuDomainAttachChrDeviceAssignAddr()

2016-10-14 Thread Laine Stump
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 | 7 --- 1 file changed, 4