Re: [libvirt] [PATCH] qemu: fix cannot get a hot-unplug disk blockdevio settings

2014-11-14 Thread John Ferlan
On 11/13/2014 10:21 PM, Luyao Huang wrote: It would help to put the bz link in here: https://bugzilla.redhat.com/show_bug.cgi?id=1164080 When we try to get a hot-unplug disk blkdevio settings via qemuDomainGetBlockIoTune, libvirt will output a cannot find device error.Move the check after

Re: [libvirt] [PATCH] qemu: fix cannot get a hot-unplug disk blockdevio settings

2014-11-14 Thread Luyao Huang
On 11/15/2014 06:29 AM, John Ferlan wrote: On 11/13/2014 10:21 PM, Luyao Huang wrote: It would help to put the bz link in here: https://bugzilla.redhat.com/show_bug.cgi?id=1164080 When we try to get a hot-unplug disk blkdevio settings via qemuDomainGetBlockIoTune, libvirt will output a

[libvirt] [PATCH] qemu: fix cannot get a hot-unplug disk blockdevio settings

2014-11-13 Thread Luyao Huang
When we try to get a hot-unplug disk blkdevio settings via qemuDomainGetBlockIoTune, libvirt will output a cannot find device error.Move the check after confirm vm is running. Signed-off-by: Luyao Huang lhu...@redhat.com --- src/qemu/qemu_driver.c | 9 - 1 file changed, 4 insertions(+),