From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53596) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbryS-0000pq-3L for qemu-devel@nongnu.org; Mon, 13 May 2013 08:35:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbryO-0001JA-U8 for qemu-devel@nongnu.org; Mon, 13 May 2013 08:35:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:63679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbryO-0001Iw-Ge for qemu-devel@nongnu.org; Mon, 13 May 2013 08:35:24 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r4DCZNFM012502 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 13 May 2013 08:35:23 -0400 Date: Mon, 13 May 2013 14:35:22 +0200 From: Stefan Hajnoczi Message-ID: <20130513123522.GA22258@stefanha-thinkpad.redhat.com> References: <1368434774-13950-1-git-send-email-kwolf@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1368434774-13950-1-git-send-email-kwolf@redhat.com> Subject: Re: [Qemu-devel] [PATCH] blockdev: Rename BlockdevAction -> TransactionAction List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org On Mon, May 13, 2013 at 10:46:14AM +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. > > Signed-off-by: Kevin Wolf > --- > blockdev.c | 22 +++++++++++----------- > qapi-schema.json | 8 ++++---- > 2 files changed, 15 insertions(+), 15 deletions(-) Thanks, applied to my block-next tree: https://github.com/stefanha/qemu/commits/block-next Stefan