Re: [Qemu-devel] [PATCH 08/21] block: introduce auto-loading bitmaps

2016-12-07 Thread John Snow
On 11/22/2016 12:26 PM, Vladimir Sementsov-Ogievskiy wrote: > Auto loading bitmaps are bitmaps store in the disk image, which should > be loaded when the image is opened and become BdrvDirtyBitmaps for the > corresponding drive. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > --- > block.c

Re: [Qemu-devel] [PATCH 08/21] block: introduce auto-loading bitmaps

2016-12-07 Thread Max Reitz
On 22.11.2016 18:26, Vladimir Sementsov-Ogievskiy wrote: > Auto loading bitmaps are bitmaps store in the disk image, which should s/store/stored/ > be loaded when the image is opened and become BdrvDirtyBitmaps for the > corresponding drive. > > Signed-off-by: Vladimir Sementsov-Ogievskiy > ---

[Qemu-devel] [PATCH 08/21] block: introduce auto-loading bitmaps

2016-11-22 Thread Vladimir Sementsov-Ogievskiy
Auto loading bitmaps are bitmaps store in the disk image, which should be loaded when the image is opened and become BdrvDirtyBitmaps for the corresponding drive. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block.c | 14 ++ include/block/block.h | 2 ++ inc

[Qemu-devel] [PATCH 08/21] block: introduce auto-loading bitmaps

2016-11-09 Thread Vladimir Sementsov-Ogievskiy
Auto loading bitmaps are bitmaps store in the disk image, which should be loaded when the image is opened and become BdrvDirtyBitmaps for the corresponding drive. Signed-off-by: Vladimir Sementsov-Ogievskiy --- block.c | 14 ++ include/block/block.h | 2 ++ inc