Re: [libvirt] [PATCHv2 04/62] qemu: monitor: Remove unsupported function check for 'block_resize'

2018-08-14 Thread Ján Tomko
On Mon, Aug 13, 2018 at 05:59:38PM +0200, Peter Krempa wrote: QEMU supports 'block_resize' since 0.14 so we don't need to do explicit checking. Additionally the caller did not use the different value at all. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor_json.c | 7 --- 1 file changed

[libvirt] [PATCHv2 04/62] qemu: monitor: Remove unsupported function check for 'block_resize'

2018-08-13 Thread Peter Krempa
QEMU supports 'block_resize' since 0.14 so we don't need to do explicit checking. Additionally the caller did not use the different value at all. Signed-off-by: Peter Krempa --- src/qemu/qemu_monitor_json.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/src/qemu/qemu_monitor_json.c b/