Re: [Qemu-devel] [PATCH v2 07/11] block/backup: centralize copy_bitmap initialization

2019-07-16 Thread Max Reitz
On 16.07.19 02:01, John Snow wrote: > Just a few housekeeping changes that keeps the following commit easier > to read; perform the initial copy_bitmap initialization in one place. > > Signed-off-by: John Snow > --- > block/backup.c | 29 +++-- > 1 file changed, 15 insert

[Qemu-devel] [PATCH v2 07/11] block/backup: centralize copy_bitmap initialization

2019-07-15 Thread John Snow
Just a few housekeeping changes that keeps the following commit easier to read; perform the initial copy_bitmap initialization in one place. Signed-off-by: John Snow --- block/backup.c | 29 +++-- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/block/backu