From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlLO7-00058D-3C for qemu-devel@nongnu.org; Tue, 26 Nov 2013 11:21:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VlLO1-00022o-41 for qemu-devel@nongnu.org; Tue, 26 Nov 2013 11:21:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VlLO0-00021o-SN for qemu-devel@nongnu.org; Tue, 26 Nov 2013 11:21:17 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rAQGLGt8011857 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 26 Nov 2013 11:21:16 -0500 Message-ID: <5294CA76.8070104@redhat.com> Date: Tue, 26 Nov 2013 17:21:10 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1385438728-17924-1-git-send-email-famz@redhat.com> <1385438728-17924-2-git-send-email-famz@redhat.com> In-Reply-To: <1385438728-17924-2-git-send-email-famz@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v5 1/7] qapi: Add BlockOperationType enum List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Fam Zheng Cc: kwolf@redhat.com, hbrock@redhat.com, qemu-devel@nongnu.org, rjones@redhat.com, imain@redhat.com, stefanha@redhat.com Il 26/11/2013 05:05, Fam Zheng ha scritto: > +# > +# @backup-source: As a backup source. See the 'drive-backup' command. > +# > +# @backup-target: As a backup target. See the 'drive-backup' command. > +# > +# @change: See the 'change' command. > +# > +# @commit: See the 'block-commi' command. block-commit. Paolo > +#