From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44517) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqgQI-0005vk-VJ for qemu-devel@nongnu.org; Wed, 11 Dec 2013 04:49:48 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VqgQB-0006ew-Dv for qemu-devel@nongnu.org; Wed, 11 Dec 2013 04:49:42 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3930) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VqgQ9-0006e7-No for qemu-devel@nongnu.org; Wed, 11 Dec 2013 04:49:35 -0500 Message-ID: <52A83521.4030202@redhat.com> Date: Wed, 11 Dec 2013 17:49:21 +0800 From: Fam Zheng MIME-Version: 1.0 References: <1386751754-5753-1-git-send-email-stefanha@redhat.com> In-Reply-To: <1386751754-5753-1-git-send-email-stefanha@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: Stefan Hajnoczi , qemu-devel@nongnu.org Cc: Anthony Liguori On 2013=E5=B9=B412=E6=9C=8811=E6=97=A5 16:49, 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(-) > > diff --git a/qapi-schema.json b/qapi-schema.json > index d6f8615..5aa4581 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -949,7 +949,7 @@ > # (only present if removable is true) > # > # @dirty-bitmaps: #optional dirty bitmaps information (only present i= f the > -# driver has one or more dirty bitmaps) (Since 1.8) > +# driver has one or more dirty bitmaps) (Since 2.0) > # > # @io-status: #optional @BlockDeviceIoStatus. Only present if the dev= ice > # supports it and the VM is configured to stop on errors > @@ -3022,7 +3022,7 @@ > # > # @devname: #optional path of the netmap device (default: '/dev/netma= p'). > # > -# Since 1.8 > +# Since 2.0 > ## > { 'type': 'NetdevNetmapOptions', > 'data': { > Reviewed-by: Fam Zheng