From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34837) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1cK5-0000bl-Oy for qemu-devel@nongnu.org; Thu, 18 Dec 2014 09:45:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y1cJz-0004pL-Kf for qemu-devel@nongnu.org; Thu, 18 Dec 2014 09:45:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34283) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y1cJz-0004oQ-Dn for qemu-devel@nongnu.org; Thu, 18 Dec 2014 09:44:55 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBIEisB0022733 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Thu, 18 Dec 2014 09:44:54 -0500 Message-ID: <5492E85F.4070807@redhat.com> Date: Thu, 18 Dec 2014 15:44:47 +0100 From: Max Reitz MIME-Version: 1.0 References: <1418899027-8445-1-git-send-email-famz@redhat.com> <1418899027-8445-4-git-send-email-famz@redhat.com> In-Reply-To: <1418899027-8445-4-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v6 3/4] block: Add blockdev-backup to transaction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng , qemu-devel@nongnu.org Cc: Kevin Wolf , jsnow@redhat.com, Markus Armbruster , Stefan Hajnoczi On 2014-12-18 at 11:37, Fam Zheng wrote: > Signed-off-by: Fam Zheng > Reviewed-by: John Snow > --- > blockdev.c | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > qapi-schema.json | 2 ++ > 2 files changed, 81 insertions(+) Reviewed-by: Max Reitz