Re: [libvirt] [PATCH 5/9] qemu: block: Replace snapshot transaction action generator

2019-09-26 Thread Eric Blake
On 9/26/19 11:05 AM, Peter Krempa wrote: Use the new generator residing in the monitor code rather than directly using qemuMonitorJSONTransactionAdd. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 21 - 1 file changed, 4 insertions(+), 17 deletions(-) You coul

[libvirt] [PATCH 5/9] qemu: block: Replace snapshot transaction action generator

2019-09-26 Thread Peter Krempa
Use the new generator residing in the monitor code rather than directly using qemuMonitorJSONTransactionAdd. Signed-off-by: Peter Krempa --- src/qemu/qemu_block.c | 21 - 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/src/qemu/qemu_block.c b/src/qemu/qemu_bloc