Re: [libvirt] [PATCH v3 0/6] Test persistent device attachment

2016-09-21 Thread Martin Kletzander
On Thu, Jul 28, 2016 at 09:53:55PM +0200, Tomasz Flendrich wrote: Changes in v3: * fewer patches, because part of v2 was ACK'd * two old commits, 08/10 and 09/10, are now one commit * qemuDomainUpdateDeviceFlags is now also split, creating a new function qemuDomainUpdateDeviceLiveAndConfig().

[libvirt] [PATCH v3 0/6] Test persistent device attachment

2016-07-28 Thread Tomasz Flendrich
Changes in v3: * fewer patches, because part of v2 was ACK'd * two old commits, 08/10 and 09/10, are now one commit * qemuDomainUpdateDeviceFlags is now also split, creating a new function qemuDomainUpdateDeviceLiveAndConfig(). This function is now used in qemuhotplugtest.c. *