From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41107) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlbJo-0003ja-8V for qemu-devel@nongnu.org; Mon, 12 Oct 2015 07:31:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZlbJl-0000K3-3A for qemu-devel@nongnu.org; Mon, 12 Oct 2015 07:31:04 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZlbJk-0000JY-P2 for qemu-devel@nongnu.org; Mon, 12 Oct 2015 07:31:00 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 2CCEEC0C9A6E for ; Mon, 12 Oct 2015 11:31:00 +0000 (UTC) Date: Mon, 12 Oct 2015 13:30:57 +0200 From: Kevin Wolf Message-ID: <20151012113057.GD4153@noname.str.redhat.com> References: <1443787955-19823-1-git-send-email-kchamart@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443787955-19823-1-git-send-email-kchamart@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qmp-commands.hx: Update the supported 'transaction' operations List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kashyap Chamarthy Cc: jsnow@redhat.com, famz@redhat.com, qemu-devel@nongnu.org, mreitz@redhat.com Am 02.10.2015 um 14:12 hat Kashyap Chamarthy geschrieben: > Although the canonical source of reference for QMP commands is > qapi-schema.json, for consistency's sake, update qmp-commands.hx to > state the list of supported transactionable operations, namely: > > drive-backup > blockdev-backup > blockdev-snapshot-internal-sync > abort > block-dirty-bitmap-add > block-dirty-bitmap-clear > > Also update the possible values for the "type" action array. > > Signed-off-by: Kashyap Chamarthy > Reviewed-by: Eric Blake Thanks, applied to the block branch. Kevin