qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status sinc


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH] qapi: Fix COLOStatus and query-colo-status since version
Date: Tue, 23 Oct 2018 09:24:54 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1

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 <address@hidden>
---
  qapi/migration.json | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Eric Blake <address@hidden>


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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]