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: Zhang Chen
Subject: Re: [Qemu-devel] [PATCH V9 11/20] qapi/migration.json: Rename COLO unknown mode to none mode.
Date: Sat, 30 Jun 2018 10:00:27 +0800

On Fri, Jun 29, 2018 at 5:14 PM, Dr. David Alan Gilbert <address@hidden
> wrote:

> * Eric Blake (address@hidden) wrote:
> > 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.
>
> Note that the migration capability to enable colo is still x-colo;
> so I take that to mean we've still got a free hand to change any part of
> the COLO interface until we're happy it's right.
>
> Dave
>
>
Thanks Eric and Dave.

Zhang Chen



> > Reviewed-by: Eric Blake <address@hidden>
> >
> > --
> > Eric Blake, Principal Software Engineer
> > Red Hat, Inc.           +1-919-301-3266
> > Virtualization:  qemu.org | libvirt.org
> --
> Dr. David Alan Gilbert / address@hidden / Manchester, UK
>


reply via email to

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