Re: [Qemu-devel] [PATCH 12/12] block/backup: loosen restriction on readonly bitmaps

2019-06-20 Thread Max Reitz
On 20.06.19 03:03, John Snow wrote: > With the "never" sync policy, we actually can utilize readonly bitmaps > now. Loosen the check at the QMP level, and tighten it based on > provided arguments down at the job creation level instead. > > Signed-off-by: John Snow > --- > block/backup.c | 6

[Qemu-devel] [PATCH 12/12] block/backup: loosen restriction on readonly bitmaps

2019-06-19 Thread John Snow
With the "never" sync policy, we actually can utilize readonly bitmaps now. Loosen the check at the QMP level, and tighten it based on provided arguments down at the job creation level instead. Signed-off-by: John Snow --- block/backup.c | 6 ++ blockdev.c | 4 ++-- 2 files changed, 8 in