From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl6jn-0006IG-3k for qemu-devel@nongnu.org; Sun, 02 Nov 2014 20:47:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xl6jg-0006s6-W5 for qemu-devel@nongnu.org; Sun, 02 Nov 2014 20:47:19 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xl6jf-0006pg-BF for qemu-devel@nongnu.org; Sun, 02 Nov 2014 20:47:12 -0500 Received: from int-mx14.intmail.prod.int.phx2.redhat.com (int-mx14.intmail.prod.int.phx2.redhat.com [10.5.11.27]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sA31lAvS012994 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Sun, 2 Nov 2014 20:47:10 -0500 From: Fam Zheng Date: Mon, 3 Nov 2014 09:47:23 +0800 Message-Id: <1414979247-11194-1-git-send-email-famz@redhat.com> Subject: [Qemu-devel] [PATCH v2 RESEND 0/4] qmp: Add "blockdev-backup" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf , pbonzini@redhat.com, Markus Armbruster , Stefan Hajnoczi v2: Address Markus' and Eric's comments: Fix qapi schema documentation. Fix versioning of transactions. Improve test case code by dropping inelegnet bool. The existing drive-backup command accepts a target file path, but that interface provides little flexibility on the properties of target block device, compared to what is possible with "blockdev-add", "drive_add" or "-drive". This is also a building block to allow image fleecing (creating a point in time snapshot and export with nbd-server-add). (For symmetry, blockdev-mirror will be added in a separate series.) Fam Fam Zheng (4): qmp: Add command 'blockdev-backup' block: Add blockdev-backup to transaction qapi-schema: Add version info for transaction types qemu-iotests: Test blockdev-backup in 055 block/backup.c | 28 ++++++ blockdev.c | 95 ++++++++++++++++++++ qapi-schema.json | 6 ++ qapi/block-core.json | 53 ++++++++++++ qmp-commands.hx | 44 ++++++++++ tests/qemu-iotests/055 | 211 +++++++++++++++++++++++++++++++++++++-------- tests/qemu-iotests/055.out | 4 +- 7 files changed, 402 insertions(+), 39 deletions(-) -- 1.9.3