]> Git Repo - qemu.git/commit
qcow2: autoloading dirty bitmaps
authorVladimir Sementsov-Ogievskiy <[email protected]>
Wed, 28 Jun 2017 12:05:11 +0000 (15:05 +0300)
committerMax Reitz <[email protected]>
Tue, 11 Jul 2017 15:44:58 +0000 (17:44 +0200)
commitd1258dd0c87d27faa5d25f8d604e030dd2a5d3d7
tree1814b724cbfa1ecaeb54e2e4f544435c2a15037b
parentd6883bc96890dae97757ee8a61aab7f18d9a66de
qcow2: autoloading dirty bitmaps

Auto loading bitmaps are bitmaps in Qcow2, with the AUTO flag set. They
are loaded when the image is opened and become BdrvDirtyBitmaps for the
corresponding drive.

Extra data in bitmaps is not supported for now.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: John Snow <[email protected]>
Message-id: 20170628120530[email protected]
Signed-off-by: Max Reitz <[email protected]>
block/qcow2-bitmap.c
block/qcow2.c
block/qcow2.h
This page took 0.025699 seconds and 4 git commands to generate.