Re: [Qemu-block] [PATCH v20 20/30] qcow2: store bitmaps on reopening image as read-only

2017-06-09 Thread Max Reitz
On 2017-06-02 13:21, Vladimir Sementsov-Ogievskiy wrote: > Store bitmaps and mark them read-only on reopening image as read-only. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block/qcow2-bitmap.c | 22 ++ > block/qcow2.c| 5 +

[Qemu-block] [PATCH v20 20/30] qcow2: store bitmaps on reopening image as read-only

2017-06-02 Thread Vladimir Sementsov-Ogievskiy
Store bitmaps and mark them read-only on reopening image as read-only. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block/qcow2-bitmap.c | 22 ++ block/qcow2.c| 5 + block/qcow2.h| 1 + 3 files changed, 28 insertions(+)