Re: [libvirt] [PATCH] qemu_hotplug: Remove virQEMUDriverPtr arguments

2019-04-03 Thread Cole Robinson
On 3/23/19 8:41 PM, Suyang Chen wrote: > Since commit 2e6ecba1bcac, the pointer to the qemu driver is saved in > domain object's private data and hence does not have to be passed as > yet another parameter if domain object is already one of them. > > This just changed qemuDomainChangeDiskLive and

[libvirt] [PATCH] qemu_hotplug: Remove virQEMUDriverPtr arguments

2019-03-23 Thread Suyang Chen
Since commit 2e6ecba1bcac, the pointer to the qemu driver is saved in domain object's private data and hence does not have to be passed as yet another parameter if domain object is already one of them. This just changed qemuDomainChangeDiskLive and qemuDomainChangeEjectableMedia functions