qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [Qemu-block] [PATCH v6 10/21] qmp: Add support of "dirt


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [Qemu-block] [PATCH v6 10/21] qmp: Add support of "dirty-bitmap" sync mode for drive-backup
Date: Thu, 23 Apr 2015 14:47:55 +0100
User-agent: Mutt/1.5.23 (2014-03-12)

On Fri, Apr 17, 2015 at 07:49:58PM -0400, John Snow wrote:
> 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 <address@hidden>
> Signed-off-by: John Snow <address@hidden>
> ---
>  block.c                   |   9 +++
>  block/backup.c            | 155 
> +++++++++++++++++++++++++++++++++++++++-------
>  block/mirror.c            |   4 ++
>  blockdev.c                |  18 +++++-
>  hmp.c                     |   3 +-
>  include/block/block.h     |   1 +
>  include/block/block_int.h |   2 +
>  qapi/block-core.json      |  14 +++--
>  qmp-commands.hx           |   8 ++-
>  9 files changed, 181 insertions(+), 33 deletions(-)

Reviewed-by: Stefan Hajnoczi <address@hidden>

Attachment: pgplujcQPdksI.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]