Re: [Qemu-block] [PATCH v3 02/18] drive-backup: create do_backup_common

2019-07-09 Thread Max Reitz
On 05.07.19 22:16, John Snow wrote: > Create a common core that comprises the actual meat of what the backup API > boundary needs to do, and then switch drive-backup to use it. > > Signed-off-by: John Snow > --- > blockdev.c | 122 + > 1 file c

[Qemu-block] [PATCH v3 02/18] drive-backup: create do_backup_common

2019-07-05 Thread John Snow
Create a common core that comprises the actual meat of what the backup API boundary needs to do, and then switch drive-backup to use it. Signed-off-by: John Snow --- blockdev.c | 122 + 1 file changed, 67 insertions(+), 55 deletions(-) diff --