Re: [Qemu-block] [PATCH 22/22] qcow2-dirty-bitmap: add EXTRA_DATA_COMPATIBLE flag

2016-03-22 Thread Eric Blake
On 03/15/2016 02:04 PM, Vladimir Sementsov-Ogievskiy wrote: > If this flag is unset and exta data present the bitmap should be s/exta/extra/ s/present/is present/ > read-only. For now just return error for this case. > > Signed-off-by: Vladimir Sementsov-Ogievskiy >

[Qemu-block] [PATCH 22/22] qcow2-dirty-bitmap: add EXTRA_DATA_COMPATIBLE flag

2016-03-15 Thread Vladimir Sementsov-Ogievskiy
If this flag is unset and exta data present the bitmap should be read-only. For now just return error for this case. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/qcow2-dirty-bitmap.c | 8 1 file changed, 8 insertions(+) diff --git