qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [RFC PATCH v2 03/23] COLO: introduce an api colo_suppor


From: Wen Congyang
Subject: Re: [Qemu-devel] [RFC PATCH v2 03/23] COLO: introduce an api colo_supported() to indicate COLO support
Date: Thu, 9 Oct 2014 09:06:29 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.0

On 10/08/2014 11:02 PM, Eric Blake wrote:
> On 09/23/2014 03:23 AM, Yang Hongyang wrote:
>> introduce an api colo_supported() to indicate COLO support, returns
>> true if colo supported (configured with --enable-colo).
>>
>> Signed-off-by: Yang Hongyang <address@hidden>
>> ---
> 
>> +++ b/include/migration/migration-colo.h
>> @@ -0,0 +1,18 @@
>> +/*
>> + * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
>> + * (a.k.a. Fault Tolerance or Continuous Replication)
>> + *
>> + * Copyright (C) 2014 FUJITSU LIMITED
>> + *
>> + * This work is licensed under the terms of the GNU GPL, version 2.  See
>> + * the COPYING file in the top-level directory.
> 
> Is there any reason you are forbidding the use of this file in a GPLv3
> project?  We prefer new files to be GPLv2+, not GPLv2-only (by the use
> of the "or later" clause), unless there is strong reason why it is not
> possible.

I don't know the reason, and I think it is OK to be GPLv2+

Thanks
Wen Congyang

> 
> 
>> +++ b/migration-colo.c
>> @@ -0,0 +1,16 @@
>> +/*
>> + * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (COLO)
>> + * (a.k.a. Fault Tolerance or Continuous Replication)
>> + *
>> + * Copyright (C) 2014 FUJITSU LIMITED
>> + *
>> + * This work is licensed under the terms of the GNU GPL, version 2.  See
>> + * the COPYING file in the top-level directory.
> 
> Same comment for all new files.
> 




reply via email to

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