From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VskWv-00015L-LX for qemu-devel@nongnu.org; Mon, 16 Dec 2013 21:37:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VskWq-0006AE-TF for qemu-devel@nongnu.org; Mon, 16 Dec 2013 21:37:05 -0500 Received: from mx1.redhat.com ([209.132.183.28]:5791) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VskWq-00068C-LK for qemu-devel@nongnu.org; Mon, 16 Dec 2013 21:37:00 -0500 Message-ID: <52AFB8BE.10400@redhat.com> Date: Tue, 17 Dec 2013 10:36:46 +0800 From: Fam Zheng MIME-Version: 1.0 References: <1386751754-5753-1-git-send-email-stefanha@redhat.com> <52A8A1A6.2030307@redhat.com> In-Reply-To: <52A8A1A6.2030307@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable 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: Eric Blake , Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Anthony Liguori On 2013=E5=B9=B412=E6=9C=8812=E6=97=A5 01:32, Eric Blake wrote: > On 12/11/2013 01:49 AM, 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 numbe= r >> 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(-) > > Reviewed-by: Eric Blake > > Supercedes: > https://lists.gnu.org/archive/html/qemu-devel/2013-12/msg01715.html > Yes, that one is already merged. But it's trivial enough to rebase this=20 onto. Fam