Re: [libvirt] [PATCH v3 1/2] qemu: Add support for hot unplugging redirdev device which can use the detach-device --live

2018-01-05 Thread Chen Hanxiao
在 2018-01-05 21:16:20,"John Ferlan" 写道: > > >On 01/05/2018 05:40 AM, Ján Tomko wrote: >> On Fri, Dec 22, 2017 at 04:04:03PM +0800, Chen Hanxiao wrote: >>> From: Chen Hanxiao >>> [...] >>> +    if ((ret = qemuDomainWaitForDeviceRemoval(vm)) == 1) >>> +  

Re: [libvirt] [PATCH v3 1/2] qemu: Add support for hot unplugging redirdev device which can use the detach-device --live

2018-01-05 Thread John Ferlan
On 01/05/2018 05:40 AM, Ján Tomko wrote: > On Fri, Dec 22, 2017 at 04:04:03PM +0800, Chen Hanxiao wrote: >> From: Chen Hanxiao >> >> We lacked of hot unplugging redirdev device. >> This patch add support for it. >> We could use detach-device --live now. >> >>

Re: [libvirt] [PATCH v3 1/2] qemu: Add support for hot unplugging redirdev device which can use the detach-device --live

2018-01-05 Thread Ján Tomko
On Fri, Dec 22, 2017 at 04:04:03PM +0800, Chen Hanxiao wrote: From: Chen Hanxiao We lacked of hot unplugging redirdev device. This patch add support for it. We could use detach-device --live now. Signed-off-by: Chen Hanxiao --- v3: use helper

Re: [libvirt] [PATCH v3 1/2] qemu: Add support for hot unplugging redirdev device which can use the detach-device --live

2018-01-04 Thread John Ferlan
On 12/22/2017 03:04 AM, Chen Hanxiao wrote: > From: Chen Hanxiao > > We lacked of hot unplugging redirdev device. > This patch add support for it. > We could use detach-device --live now. Change the commit message to: Commit id '162efa1a' added support hotplug a

[libvirt] [PATCH v3 1/2] qemu: Add support for hot unplugging redirdev device which can use the detach-device --live

2017-12-22 Thread Chen Hanxiao
From: Chen Hanxiao We lacked of hot unplugging redirdev device. This patch add support for it. We could use detach-device --live now. Signed-off-by: Chen Hanxiao --- v3: use helper qemuDomainDelChardevTLSObjects address John's comments v2: