Re: [libvirt] [PATCH 2/3] qemu: backup: Implement support for backup disk export name configuration

2020-01-14 Thread Eric Blake
On 1/9/20 12:31 PM, Peter Krempa wrote: Pass the exportname as configured when exporting the image via NBD and fill it with the default if it's not configured. Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) Reviewed-by:

Re: [libvirt] [PATCH 2/3] qemu: backup: Implement support for backup disk export name configuration

2020-01-09 Thread Daniel Henrique Barboza
On 1/9/20 3:31 PM, Peter Krempa wrote: Pass the exportname as configured when exporting the image via NBD and fill it with the default if it's not configured. Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) Reviewed-by:

[libvirt] [PATCH 2/3] qemu: backup: Implement support for backup disk export name configuration

2020-01-09 Thread Peter Krempa
Pass the exportname as configured when exporting the image via NBD and fill it with the default if it's not configured. Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/qemu/qemu_backup.c b/src/qemu/qemu_backup.c