* [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version
@ 2018-10-22 16:41 Zhang Chen
2018-10-23 8:24 ` Eric Blake
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Zhang Chen @ 2018-10-22 16:41 UTC (permalink / raw)
To: qemu-devel, Eric Blake, Markus Armbruster,
Dr . David Alan Gilbert
Cc: Zhang Chen
This structure and command have missed qemu version 3.0, so fix it to since version 3.1.
Signed-off-by: Zhang Chen <zhangckid@gmail.com>
---
qapi/migration.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/qapi/migration.json b/qapi/migration.json
index 0928f4b727..38d4c41d88 100644
--- a/qapi/migration.json
+++ b/qapi/migration.json
@@ -1317,7 +1317,7 @@
#
# @reason: describes the reason for the COLO exit.
#
-# Since: 3.0
+# Since: 3.1
##
{ 'struct': 'COLOStatus',
'data': { 'mode': 'COLOMode', 'reason': 'COLOExitReason' } }
@@ -1334,7 +1334,7 @@
# -> { "execute": "query-colo-status" }
# <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
#
-# Since: 3.0
+# Since: 3.1
##
{ 'command': 'query-colo-status',
'returns': 'COLOStatus' }
--
2.17.GIT
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version
2018-10-22 16:41 [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version Zhang Chen
@ 2018-10-23 8:24 ` Eric Blake
2018-10-23 8:29 ` Dr. David Alan Gilbert
2018-10-30 17:21 ` Dr. David Alan Gilbert
2 siblings, 0 replies; 4+ messages in thread
From: Eric Blake @ 2018-10-23 8:24 UTC (permalink / raw)
To: Zhang Chen, qemu-devel, Markus Armbruster,
Dr . David Alan Gilbert
On 10/22/18 5:41 PM, Zhang Chen wrote:
> This structure and command have missed qemu version 3.0, so fix it to since version 3.1.
>
> Signed-off-by: Zhang Chen <zhangckid@gmail.com>
> ---
> qapi/migration.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Eric Blake <eblake@redhat.com>
>
> diff --git a/qapi/migration.json b/qapi/migration.json
> index 0928f4b727..38d4c41d88 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -1317,7 +1317,7 @@
> #
> # @reason: describes the reason for the COLO exit.
> #
> -# Since: 3.0
> +# Since: 3.1
> ##
> { 'struct': 'COLOStatus',
> 'data': { 'mode': 'COLOMode', 'reason': 'COLOExitReason' } }
> @@ -1334,7 +1334,7 @@
> # -> { "execute": "query-colo-status" }
> # <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
> #
> -# Since: 3.0
> +# Since: 3.1
> ##
> { 'command': 'query-colo-status',
> 'returns': 'COLOStatus' }
>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version
2018-10-22 16:41 [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version Zhang Chen
2018-10-23 8:24 ` Eric Blake
@ 2018-10-23 8:29 ` Dr. David Alan Gilbert
2018-10-30 17:21 ` Dr. David Alan Gilbert
2 siblings, 0 replies; 4+ messages in thread
From: Dr. David Alan Gilbert @ 2018-10-23 8:29 UTC (permalink / raw)
To: Zhang Chen; +Cc: qemu-devel, Eric Blake, Markus Armbruster
* Zhang Chen (zhangckid@gmail.com) wrote:
> This structure and command have missed qemu version 3.0, so fix it to since version 3.1.
>
> Signed-off-by: Zhang Chen <zhangckid@gmail.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
> qapi/migration.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/migration.json b/qapi/migration.json
> index 0928f4b727..38d4c41d88 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -1317,7 +1317,7 @@
> #
> # @reason: describes the reason for the COLO exit.
> #
> -# Since: 3.0
> +# Since: 3.1
> ##
> { 'struct': 'COLOStatus',
> 'data': { 'mode': 'COLOMode', 'reason': 'COLOExitReason' } }
> @@ -1334,7 +1334,7 @@
> # -> { "execute": "query-colo-status" }
> # <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
> #
> -# Since: 3.0
> +# Since: 3.1
> ##
> { 'command': 'query-colo-status',
> 'returns': 'COLOStatus' }
> --
> 2.17.GIT
>
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version
2018-10-22 16:41 [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version Zhang Chen
2018-10-23 8:24 ` Eric Blake
2018-10-23 8:29 ` Dr. David Alan Gilbert
@ 2018-10-30 17:21 ` Dr. David Alan Gilbert
2 siblings, 0 replies; 4+ messages in thread
From: Dr. David Alan Gilbert @ 2018-10-30 17:21 UTC (permalink / raw)
To: Zhang Chen; +Cc: qemu-devel, Eric Blake, Markus Armbruster
* Zhang Chen (zhangckid@gmail.com) wrote:
> This structure and command have missed qemu version 3.0, so fix it to since version 3.1.
>
> Signed-off-by: Zhang Chen <zhangckid@gmail.com>
Queued
> ---
> qapi/migration.json | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/qapi/migration.json b/qapi/migration.json
> index 0928f4b727..38d4c41d88 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -1317,7 +1317,7 @@
> #
> # @reason: describes the reason for the COLO exit.
> #
> -# Since: 3.0
> +# Since: 3.1
> ##
> { 'struct': 'COLOStatus',
> 'data': { 'mode': 'COLOMode', 'reason': 'COLOExitReason' } }
> @@ -1334,7 +1334,7 @@
> # -> { "execute": "query-colo-status" }
> # <- { "return": { "mode": "primary", "active": true, "reason": "request" } }
> #
> -# Since: 3.0
> +# Since: 3.1
> ##
> { 'command': 'query-colo-status',
> 'returns': 'COLOStatus' }
> --
> 2.17.GIT
>
>
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-10-30 17:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-22 16:41 [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version Zhang Chen
2018-10-23 8:24 ` Eric Blake
2018-10-23 8:29 ` Dr. David Alan Gilbert
2018-10-30 17:21 ` Dr. David Alan Gilbert
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).