Re: [libvirt] [PATCH] qemu: distinguish pr disk before qemuHotplugRemoveManagedPR

2019-06-25 Thread wangjie (P)
Ping On 2019/6/18 21:28, Jie Wang wrote: when a disk without PR perform attach or detach operation, need not call qemuHotplugRemoveManagedPR, otherwise, it will print err log about PR, let us fix it. Signed-off-by: Jie Wang --- src/qemu/qemu_hotplug.c | 7 +-- 1 file changed, 5

Re: [libvirt] [PATCH] qemu: distinguish pr disk before qemuHotplugRemoveManagedPR

2019-06-19 Thread wangjie (P)
On 2019/6/19 14:16, Peter Krempa wrote: On Tue, Jun 18, 2019 at 21:28:26 +0800, Jie Wang wrote: when a disk without PR perform attach or detach operation, need not call qemuHotplugRemoveManagedPR, otherwise, it will print err log about PR, let us fix it. Could you please elaborate which error

Re: [libvirt] [PATCH] qemu: distinguish pr disk before qemuHotplugRemoveManagedPR

2019-06-19 Thread Peter Krempa
On Tue, Jun 18, 2019 at 21:28:26 +0800, Jie Wang wrote: > when a disk without PR perform attach or detach operation, > need not call qemuHotplugRemoveManagedPR, otherwise, it will > print err log about PR, let us fix it. Could you please elaborate which error log? > > Signed-off-by: Jie Wang >

[libvirt] [PATCH] qemu: distinguish pr disk before qemuHotplugRemoveManagedPR

2019-06-18 Thread Jie Wang
when a disk without PR perform attach or detach operation, need not call qemuHotplugRemoveManagedPR, otherwise, it will print err log about PR, let us fix it. Signed-off-by: Jie Wang --- src/qemu/qemu_hotplug.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git