From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49846) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsasY-0004oy-IT for qemu-devel@nongnu.org; Mon, 16 Dec 2013 11:18:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VsasT-0001cI-2j for qemu-devel@nongnu.org; Mon, 16 Dec 2013 11:18:46 -0500 Received: from mail-ee0-x234.google.com ([2a00:1450:4013:c00::234]:46587) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VsasS-0001c4-SF for qemu-devel@nongnu.org; Mon, 16 Dec 2013 11:18:41 -0500 Received: by mail-ee0-f52.google.com with SMTP id d17so2312437eek.25 for ; Mon, 16 Dec 2013 08:18:40 -0800 (PST) Date: Mon, 16 Dec 2013 17:18:37 +0100 From: Stefan Hajnoczi Message-ID: <20131216161837.GF16756@stefanha-thinkpad.redhat.com> References: <1386751754-5753-1-git-send-email-stefanha@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1386751754-5753-1-git-send-email-stefanha@redhat.com> Subject: Re: [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Hajnoczi Cc: qemu-devel@nongnu.org, Anthony Liguori On Wed, Dec 11, 2013 at 09:49:14AM +0100, Stefan Hajnoczi wrote: > We are moving boldly on to QEMU 2.0 in the next release. Some patches > written at a time where we assumed 1.8 would be the next version number > managed to sneak in. > > s/1.8/2.0/ in qapi-schema.json > > Signed-off-by: Stefan Hajnoczi > --- > qapi-schema.json | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Thanks, applied to my block tree: https://github.com/stefanha/qemu/commits/block Stefan