Re: [libvirt] [PATCH v2 01/10] Change parameters to qemuDomainAttachDeviceLive

2016-07-25 Thread Martin Kletzander
On Sat, Jul 16, 2016 at 02:42:46AM +0200, Tomasz Flendrich wrote: We want to be able to pass a NULL instead of the connection and use this function in tests. To achieve this, the virConnectPtr is passed instead of virDomainPtr, and the driver is a new separate parameter. --- src/qemu/qemu_driver

[libvirt] [PATCH v2 01/10] Change parameters to qemuDomainAttachDeviceLive

2016-07-15 Thread Tomasz Flendrich
We want to be able to pass a NULL instead of the connection and use this function in tests. To achieve this, the virConnectPtr is passed instead of virDomainPtr, and the driver is a new separate parameter. --- src/qemu/qemu_driver.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-