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

2020-01-23 Thread Eric Blake
On 1/21/20 6:55 AM, Peter Krempa wrote: On Tue, Jan 14, 2020 at 08:50:55 -0600, Eric Blake wrote: On 1/9/20 12:31 PM, Peter Krempa wrote: Use the user-configured name of the bitmap when merging the appropriate bitmaps for an incremental backup so that the user can see it as configured.

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

2020-01-21 Thread Peter Krempa
On Tue, Jan 14, 2020 at 08:50:55 -0600, Eric Blake wrote: > On 1/9/20 12:31 PM, Peter Krempa wrote: > > Use the user-configured name of the bitmap when merging the appropriate > > bitmaps for an incremental backup so that the user can see it as > > configured. Additionally expose the default

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

2020-01-14 Thread Eric Blake
On 1/9/20 12:31 PM, Peter Krempa wrote: Use the user-configured name of the bitmap when merging the appropriate bitmaps for an incremental backup so that the user can see it as configured. Additionally expose the default bitmap name if nothing is configured. Signed-off-by: Peter Krempa ---

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

2020-01-09 Thread Daniel Henrique Barboza
On 1/9/20 3:31 PM, Peter Krempa wrote: Use the user-configured name of the bitmap when merging the appropriate bitmaps for an incremental backup so that the user can see it as configured. Additionally expose the default bitmap name if nothing is configured. Signed-off-by: Peter Krempa ---

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

2020-01-09 Thread Peter Krempa
Use the user-configured name of the bitmap when merging the appropriate bitmaps for an incremental backup so that the user can see it as configured. Additionally expose the default bitmap name if nothing is configured. Signed-off-by: Peter Krempa --- src/qemu/qemu_backup.c | 9 - 1 file