[PATCH v2 03/20] qapi: backup: add x-use-copy-range parameter

2020-06-01 Thread Vladimir Sementsov-Ogievskiy
Add parameter to enable/disable copy_range. Keep current default for now (enabled). Signed-off-by: Vladimir Sementsov-Ogievskiy --- qapi/block-core.json | 4 +++- block/backup-top.h | 1 + include/block/block-copy.h | 2 +- include/block/block_int.h | 1 + block/backup-top.c

Re: [PATCH v2 03/20] qapi: backup: add x-use-copy-range parameter

2020-07-17 Thread Max Reitz
On 01.06.20 20:11, Vladimir Sementsov-Ogievskiy wrote: > Add parameter to enable/disable copy_range. Keep current default for > now (enabled). Why x-, though? I can’t think of a reason why we would have to remove this. > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > qapi/block-core.json

Re: [PATCH v2 03/20] qapi: backup: add x-use-copy-range parameter

2020-07-17 Thread Vladimir Sementsov-Ogievskiy
17.07.2020 16:15, Max Reitz wrote: On 01.06.20 20:11, Vladimir Sementsov-Ogievskiy wrote: Add parameter to enable/disable copy_range. Keep current default for now (enabled). Why x-, though? I can’t think of a reason why we would have to remove this. I add some x- arguments in these series: