From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48697) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcH2h-0005GR-7M for qemu-devel@nongnu.org; Tue, 14 May 2013 11:21:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UcH2f-0001gx-Rz for qemu-devel@nongnu.org; Tue, 14 May 2013 11:21:31 -0400 Received: from mail-we0-x232.google.com ([2a00:1450:400c:c03::232]:38256) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UcH2f-0001gk-MG for qemu-devel@nongnu.org; Tue, 14 May 2013 11:21:29 -0400 Received: by mail-we0-f178.google.com with SMTP id q57so568977wes.23 for ; Tue, 14 May 2013 08:21:28 -0700 (PDT) Date: Tue, 14 May 2013 17:15:17 +0200 From: Stefan Hajnoczi Message-ID: <20130514151517.GA13465@stefanha-thinkpad.redhat.com> References: <1368532227-20248-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368532227-20248-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH v2] blockdev: Rename BlockdevAction -> TransactionAction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org, stefanha@redhat.com On Tue, May 14, 2013 at 01:50:27PM +0200, Kevin Wolf wrote: > There's no reason to restrict transactions to operations related to > block devices, so rename the type now before schema introspection stops > us from doing so. > > Also change the schema documentation of 'transaction' to not refer to > block devices or snapshots any more. > > Signed-off-by: Kevin Wolf > --- > blockdev.c | 22 +++++++++++----------- > qapi-schema.json | 21 ++++++++++----------- > 2 files changed, 21 insertions(+), 22 deletions(-) Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan