* [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references
@ 2013-12-11 8:49 Stefan Hajnoczi
2013-12-11 9:49 ` Fam Zheng
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2013-12-11 8:49 UTC (permalink / raw)
To: qemu-devel; +Cc: Stefan Hajnoczi, Anthony Liguori
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 <stefanha@redhat.com>
---
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 if 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 device
# supports it and the VM is configured to stop on errors
@@ -3022,7 +3022,7 @@
#
# @devname: #optional path of the netmap device (default: '/dev/netmap').
#
-# Since 1.8
+# Since 2.0
##
{ 'type': 'NetdevNetmapOptions',
'data': {
--
1.8.4.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references
2013-12-11 8:49 [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references Stefan Hajnoczi
@ 2013-12-11 9:49 ` Fam Zheng
2013-12-11 17:32 ` Eric Blake
2013-12-16 16:18 ` Stefan Hajnoczi
2 siblings, 0 replies; 5+ messages in thread
From: Fam Zheng @ 2013-12-11 9:49 UTC (permalink / raw)
To: Stefan Hajnoczi, qemu-devel; +Cc: Anthony Liguori
On 2013年12月11日 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 <stefanha@redhat.com>
> ---
> 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 if 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 device
> # supports it and the VM is configured to stop on errors
> @@ -3022,7 +3022,7 @@
> #
> # @devname: #optional path of the netmap device (default: '/dev/netmap').
> #
> -# Since 1.8
> +# Since 2.0
> ##
> { 'type': 'NetdevNetmapOptions',
> 'data': {
>
Reviewed-by: Fam Zheng <famz@redhat.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references
2013-12-11 8:49 [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references Stefan Hajnoczi
2013-12-11 9:49 ` Fam Zheng
@ 2013-12-11 17:32 ` Eric Blake
2013-12-17 2:36 ` Fam Zheng
2013-12-16 16:18 ` Stefan Hajnoczi
2 siblings, 1 reply; 5+ messages in thread
From: Eric Blake @ 2013-12-11 17:32 UTC (permalink / raw)
To: Stefan Hajnoczi, qemu-devel; +Cc: Anthony Liguori
[-- Attachment #1: Type: text/plain, Size: 650 bytes --]
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 number
> managed to sneak in.
>
> s/1.8/2.0/ in qapi-schema.json
>
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> qapi-schema.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
Supercedes:
https://lists.gnu.org/archive/html/qemu-devel/2013-12/msg01715.html
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 621 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references
2013-12-11 8:49 [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references Stefan Hajnoczi
2013-12-11 9:49 ` Fam Zheng
2013-12-11 17:32 ` Eric Blake
@ 2013-12-16 16:18 ` Stefan Hajnoczi
2 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2013-12-16 16:18 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-devel, 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 <stefanha@redhat.com>
> ---
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references
2013-12-11 17:32 ` Eric Blake
@ 2013-12-17 2:36 ` Fam Zheng
0 siblings, 0 replies; 5+ messages in thread
From: Fam Zheng @ 2013-12-17 2:36 UTC (permalink / raw)
To: Eric Blake, Stefan Hajnoczi, qemu-devel; +Cc: Anthony Liguori
On 2013年12月12日 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 number
>> managed to sneak in.
>>
>> s/1.8/2.0/ in qapi-schema.json
>>
>> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
>> ---
>> qapi-schema.json | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> Reviewed-by: Eric Blake <eblake@redhat.com>
>
> 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
onto.
Fam
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-17 2:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-11 8:49 [Qemu-devel] [PATCH] qapi-schema: fix QEMU 1.8 references Stefan Hajnoczi
2013-12-11 9:49 ` Fam Zheng
2013-12-11 17:32 ` Eric Blake
2013-12-17 2:36 ` Fam Zheng
2013-12-16 16:18 ` Stefan Hajnoczi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).