From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbslO-0002f4-A3 for qemu-devel@nongnu.org; Wed, 08 Oct 2014 11:02:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XbslG-00043B-K1 for qemu-devel@nongnu.org; Wed, 08 Oct 2014 11:02:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58959) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XbslG-000436-BN for qemu-devel@nongnu.org; Wed, 08 Oct 2014 11:02:42 -0400 Message-ID: <54355209.2050304@redhat.com> Date: Wed, 08 Oct 2014 09:02:33 -0600 From: Eric Blake MIME-Version: 1.0 References: <1411464235-5653-1-git-send-email-yanghy@cn.fujitsu.com> <1411464235-5653-4-git-send-email-yanghy@cn.fujitsu.com> In-Reply-To: <1411464235-5653-4-git-send-email-yanghy@cn.fujitsu.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="j2x6B6bKUV48aM60nnMCxmAnn98rjQepc" Subject: Re: [Qemu-devel] [RFC PATCH v2 03/23] COLO: introduce an api colo_supported() to indicate COLO support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yang Hongyang , qemu-devel@nongnu.org Cc: GuiJianfeng@cn.fujitsu.com, yunhong.jiang@intel.com, eddie.dong@intel.com, dgilbert@redhat.com, mrhines@linux.vnet.ibm.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --j2x6B6bKUV48aM60nnMCxmAnn98rjQepc Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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). >=20 > Signed-off-by: Yang Hongyang > --- > +++ b/include/migration/migration-colo.h > @@ -0,0 +1,18 @@ > +/* > + * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (C= OLO) > + * (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. S= ee > + * 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. > +++ b/migration-colo.c > @@ -0,0 +1,16 @@ > +/* > + * COarse-grain LOck-stepping Virtual Machines for Non-stop Service (C= OLO) > + * (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. S= ee > + * the COPYING file in the top-level directory. Same comment for all new files. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --j2x6B6bKUV48aM60nnMCxmAnn98rjQepc Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg iQEcBAEBCAAGBQJUNVIJAAoJEKeha0olJ0NqwZYH/RQ0j8RmYMol4Sj4fHRjoWrA MpqHDZA0XjoTgBT2MZh5IQh9oo/7PcstiG8lvcjVuWsuW9d/S1yibByFOQ/OiHvy SQOvguS93Fg5oQH2YwbW/Z83s0AJwVLEWkXFxxWCrrF/XsPIjD5SKIWIhQLiKa+/ WueIPUWtsQuQ9A/RD5g2D5iipJAEnD70fcOt5LjU8aSGJux30L9GOxouLkj5euuk aH58J4MW+36kjDCK2F5R50g0EMhpR6fzdyxYdIso0iHL5njJP49DyCUPOwIVaE9e BIqkiI8hgJKJdTVCKWyx4nGdf+XT88067VtM0jileNeqYy87gq58Eg243mAF6JE= =ybVb -----END PGP SIGNATURE----- --j2x6B6bKUV48aM60nnMCxmAnn98rjQepc--