Re: [libvirt] [PATCH] qemu_monitor: Fix regression in getting disk capacity

2018-07-26 Thread Ján Tomko
On Thu, Jul 26, 2018 at 04:39:54PM +0200, Michal Privoznik wrote: In dbf990fd31e8 the qemuMonitorJSONBlockStatsUpdateCapacityOne() was split. However, due to a bug the return value was never set to something meaningful. Signed-off-by: Michal Privoznik --- src/qemu/qemu_monitor_json.c | 15

[libvirt] [PATCH] qemu_monitor: Fix regression in getting disk capacity

2018-07-26 Thread Michal Privoznik
In dbf990fd31e8 the qemuMonitorJSONBlockStatsUpdateCapacityOne() was split. However, due to a bug the return value was never set to something meaningful. Signed-off-by: Michal Privoznik --- src/qemu/qemu_monitor_json.c | 15 --- 1 file changed, 8 insertions(+), 7 deletions(-) diff