qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 0/2] block: add drive_backup HMP command


From: Kevin Wolf
Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: add drive_backup HMP command
Date: Wed, 10 Jul 2013 14:17:06 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

Am 26.06.2013 um 14:11 hat Stefan Hajnoczi geschrieben:
> These patches add the sync mode argument to drive-backup (just like
> drive-mirror) and then introduce the drive_backup HMP command.
> 
> It's necessary to add the sync mode argument although only the 'full' is
> supported, since the drive_mirror HMP command defaults to sync mode 'top'.  To
> avoid confusion, we implement the same behavior as drive_mirror and use the
> sync mode argument which Ian Main <address@hidden> is currently working on
> implementing.
> 
> Stefan Hajnoczi (2):
>   blockdev: add sync mode to drive-backup QMP command
>   block: add drive_backup HMP command
> 
>  blockdev.c             |  6 ++++++
>  hmp-commands.hx        | 20 ++++++++++++++++++++
>  hmp.c                  | 28 ++++++++++++++++++++++++++++
>  hmp.h                  |  1 +
>  qapi-schema.json       | 14 ++++++++++++--
>  qmp-commands.hx        |  6 +++++-
>  tests/qemu-iotests/055 | 36 +++++++++++++++++++++---------------
>  7 files changed, 93 insertions(+), 18 deletions(-)

Thanks, applied to the block branch.

Kevin



reply via email to

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