qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH V9 11/20] qapi/migration.json: Rename COLO unkno


From: Eric Blake
Subject: Re: [Qemu-devel] [PATCH V9 11/20] qapi/migration.json: Rename COLO unknown mode to none mode.
Date: Thu, 28 Jun 2018 16:19:18 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

On 06/27/2018 03:41 PM, Zhang Chen wrote:
From: Zhang Chen <address@hidden>

Suggested by Markus Armbruster rename COLO unknown mode to none mode.

Signed-off-by: Zhang Chen <address@hidden>
---
  migration/colo-failover.c |  2 +-
  migration/colo.c          |  2 +-
  qapi/migration.json       | 10 +++++-----
  3 files changed, 7 insertions(+), 7 deletions(-)

  # Since: 2.8
  ##
  { 'enum': 'COLOMode',
-  'data': [ 'unknown', 'primary', 'secondary'] }
+  'data': [ 'none', 'primary', 'secondary'] }

The deletion of 'unknown' could potentially be a user-visible regression visible if COLOMode were in a QMP command; but thankfully the generated qapi/qapi-introspect.c does not seem to cover this enum, so it just affects internal code for now.

Reviewed-by: Eric Blake <address@hidden>

--
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]