Re: [Qemu-devel] [PATCH v6 4/5] block/backup: unify different modes code path

2019-04-26 Thread Max Reitz
On 15.04.19 16:49, Vladimir Sementsov-Ogievskiy wrote: > Do full, top and incremental mode copying all in one place. This > unifies the code path and helps further improvements. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/backup.c | 43 ++

[Qemu-devel] [PATCH v6 4/5] block/backup: unify different modes code path

2019-04-15 Thread Vladimir Sementsov-Ogievskiy
Do full, top and incremental mode copying all in one place. This unifies the code path and helps further improvements. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/backup.c | 43 ++- 1 file changed, 10 insertions(+), 33 deletions(-) diff --git a/