]> Git Repo - qemu.git/commit
qmp: Add support of "dirty-bitmap" sync mode for drive-backup
authorJohn Snow <[email protected]>
Fri, 17 Apr 2015 23:49:58 +0000 (19:49 -0400)
committerKevin Wolf <[email protected]>
Tue, 28 Apr 2015 13:36:10 +0000 (15:36 +0200)
commitd58d84539784d27c826924a79d9436178b07ff69
treedfc10d7edcb62f28355eab4d7b6ab3eb9bc0bca6
parent9bd2b08f27b9c27bb40d73b6466321b8c635086e
qmp: Add support of "dirty-bitmap" sync mode for drive-backup

For "dirty-bitmap" sync mode, the block job will iterate through the
given dirty bitmap to decide if a sector needs backup (backup all the
dirty clusters and skip clean ones), just as allocation conditions of
"top" sync mode.

Signed-off-by: Fam Zheng <[email protected]>
Signed-off-by: John Snow <[email protected]>
Reviewed-by: Max Reitz <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Stefan Hajnoczi <[email protected]>
Message-id: 1429314609[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
block.c
block/backup.c
block/mirror.c
blockdev.c
hmp.c
include/block/block.h
include/block/block_int.h
qapi/block-core.json
qmp-commands.hx
This page took 0.027855 seconds and 4 git commands to generate.