qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH 02/17] COLO: introduce an api colo_supported


From: Eric Blake
Subject: Re: [Qemu-devel] [RFC PATCH 02/17] COLO: introduce an api colo_supported() to indicate COLO support
Date: Wed, 23 Jul 2014 09:47:07 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0

On 07/23/2014 08:25 AM, Yang Hongyang wrote:
> introduce an api colo_supported() to indicate COLO support, returns
> true if colo supported(configured with --enable-colo).

Space before () in English sentences:
 s/supported(configured/supported (configured/

As I mentioned in the cover letter, defaulting to off is probably a bad
idea; I'd rather default to on or even make it unconditional if it
doesn't negatively affect the code base when not used.

> 
> Signed-off-by: Yang Hongyang <address@hidden>
> ---
>  Makefile.objs                      |  1 +
>  include/migration/migration-colo.h | 18 ++++++++++++++++++
>  migration-colo.c                   | 16 ++++++++++++++++
>  stubs/Makefile.objs                |  1 +
>  stubs/migration-colo.c             | 16 ++++++++++++++++
>  5 files changed, 52 insertions(+)
>  create mode 100644 include/migration/migration-colo.h
>  create mode 100644 migration-colo.c
>  create mode 100644 stubs/migration-colo.c
> 

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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