]> Git Repo - qemu.git/commit
block: introduce persistent dirty bitmaps
authorVladimir Sementsov-Ogievskiy <[email protected]>
Wed, 28 Jun 2017 12:05:17 +0000 (15:05 +0300)
committerMax Reitz <[email protected]>
Tue, 11 Jul 2017 15:44:58 +0000 (17:44 +0200)
commita88b179fdbc68e00ae5eacd49e1bccad32440b5a
tree26f08a49e53fd1fea8d087b1eacdd8b771c58c6e
parentcca43ae1e1a5e2faf42d2db778edc8e76e10dc47
block: introduce persistent dirty bitmaps

New field BdrvDirtyBitmap.persistent means, that bitmap should be saved
by format driver in .bdrv_close and .bdrv_inactivate. No format driver
supports it for now.

Signed-off-by: Vladimir Sementsov-Ogievskiy <[email protected]>
Message-id: 20170628120530[email protected]
[mreitz: Fixed indentation]
Signed-off-by: Max Reitz <[email protected]>
block/dirty-bitmap.c
block/qcow2-bitmap.c
include/block/dirty-bitmap.h
This page took 0.029366 seconds and 4 git commands to generate.