Re: [libvirt] [PATCH RFC 10/11] qemu: backup: Implement support for backup disk export name configuration

2020-01-05 Thread Nir Soffer
On Fri, Dec 20, 2019 at 3:27 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 deletio

[libvirt] [PATCH RFC 10/11] qemu: backup: Implement support for backup disk export name configuration

2019-12-20 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 i