From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwtSQ-00034H-EN for qemu-devel@nongnu.org; Wed, 10 Jul 2013 08:25:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UwtSL-0000SE-MD for qemu-devel@nongnu.org; Wed, 10 Jul 2013 08:25:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:22857) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UwtKX-00064g-HM for qemu-devel@nongnu.org; Wed, 10 Jul 2013 08:17:09 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6ACH8ed002110 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 10 Jul 2013 08:17:08 -0400 Date: Wed, 10 Jul 2013 14:17:06 +0200 From: Kevin Wolf Message-ID: <20130710121706.GN3898@dhcp-200-207.str.redhat.com> References: <1372248718-27953-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1372248718-27953-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2 0/2] block: add drive_backup HMP command List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: Paolo Bonzini , imain@redhat.com, Fam Zheng , qemu-devel@nongnu.org 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 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