From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47128) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxHQR-0004Ch-5r for qemu-devel@nongnu.org; Fri, 13 Nov 2015 11:42:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxHQQ-0005BM-Bv for qemu-devel@nongnu.org; Fri, 13 Nov 2015 11:42:11 -0500 Received: from mx1.redhat.com ([209.132.183.28]:35237) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxHQQ-0005B9-6E for qemu-devel@nongnu.org; Fri, 13 Nov 2015 11:42:10 -0500 References: <1446551816-15768-1-git-send-email-zhang.zhanghailiang@huawei.com> <1446551816-15768-6-git-send-email-zhang.zhanghailiang@huawei.com> From: Eric Blake Message-ID: <564612DB.2060906@redhat.com> Date: Fri, 13 Nov 2015 09:42:03 -0700 MIME-Version: 1.0 In-Reply-To: <1446551816-15768-6-git-send-email-zhang.zhanghailiang@huawei.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="F4FSc3clHjVtHrN5EFcm32TNxgv8QMUN6" Subject: Re: [Qemu-devel] [PATCH COLO-Frame v10 05/38] migration: Integrate COLO checkpoint process into migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: zhanghailiang , qemu-devel@nongnu.org Cc: lizhijian@cn.fujitsu.com, quintela@redhat.com, yunhong.jiang@intel.com, eddie.dong@intel.com, peter.huangpeng@huawei.com, dgilbert@redhat.com, arei.gonglei@huawei.com, stefanha@redhat.com, amit.shah@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --F4FSc3clHjVtHrN5EFcm32TNxgv8QMUN6 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/03/2015 04:56 AM, zhanghailiang wrote: > Add a migrate state: MIGRATION_STATUS_COLO, enter this migration state > after the first live migration successfully finished. >=20 > We reuse migration thread, so if colo is enabled by user, migration thr= ead will > go into the process of colo. >=20 > Signed-off-by: zhanghailiang > Signed-off-by: Li Zhijian > Signed-off-by: Gonglei > --- > v10: Simplify process by dropping colo thread and reusing migration thr= ead. > (Dave's suggestion) > --- > +++ b/qapi-schema.json > @@ -439,7 +439,7 @@ > ## > { 'enum': 'MigrationStatus', > 'data': [ 'none', 'setup', 'cancelling', 'cancelled', > - 'active', 'completed', 'failed' ] } > + 'active', 'completed', 'failed', 'colo' ] } > =20 Missing documentation of the new state, including a '(since 2.6)' tag. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --F4FSc3clHjVtHrN5EFcm32TNxgv8QMUN6 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Public key at http://people.redhat.com/eblake/eblake.gpg Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBCAAGBQJWRhLbAAoJEKeha0olJ0NqydwH/jIFhsy8BhP7KbXV8cHdpC2u bT+EMmXz0tOxMVBc109/2dorqgsqySDk4GLkivACuC1yGmHzyUe4zZ5VNt4QJL1H oKf9OOVzvDvKOZFf84gHtHTikGU1mOMuvS8rOTBLL31Wt4vygqcZRO5QhKcVUIC6 6exOKmZLKGBfq5ElaQjofGjFpeV1jYK1cglkIL8TDYLAuiM8oO/LZxnYr8IZ66Zj 3kBcmCiJl8idG46hStroJ49FVCHoGxxv/ofpUpYnftPgzrT1rLySnYaxLIXiDdCL Qx6LbhS/OSo9VmZdN/lLerTatzwni+Y5gjcplotiOjfh20TiiHWYr8Hv6IhqzTg= =3Kn5 -----END PGP SIGNATURE----- --F4FSc3clHjVtHrN5EFcm32TNxgv8QMUN6--