From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxHVd-0001ce-M3 for qemu-devel@nongnu.org; Fri, 13 Nov 2015 11:47:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZxHVa-0006c0-GL for qemu-devel@nongnu.org; Fri, 13 Nov 2015 11:47:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:46638) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZxHVa-0006bu-9D for qemu-devel@nongnu.org; Fri, 13 Nov 2015 11:47:30 -0500 References: <1446551816-15768-1-git-send-email-zhang.zhanghailiang@huawei.com> <1446551816-15768-11-git-send-email-zhang.zhanghailiang@huawei.com> From: Eric Blake Message-ID: <56461420.1030602@redhat.com> Date: Fri, 13 Nov 2015 09:47:28 -0700 MIME-Version: 1.0 In-Reply-To: <1446551816-15768-11-git-send-email-zhang.zhanghailiang@huawei.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="DAdGx0dHPX8JUM6jBISvIu3tJxegPbBxe" Subject: Re: [Qemu-devel] [PATCH COLO-Frame v10 10/38] COLO: Add a new RunState RUN_STATE_COLO 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, Markus Armbruster , 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) --DAdGx0dHPX8JUM6jBISvIu3tJxegPbBxe Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 11/03/2015 04:56 AM, zhanghailiang wrote: > Guest will enter this state when paused to save/restore VM state > under colo checkpoint. >=20 > Cc: Eric Blake > Cc: Markus Armbruster > Signed-off-by: zhanghailiang > Signed-off-by: Li Zhijian > Signed-off-by: Gonglei > Reviewed-by: Dr. David Alan Gilbert > Reviewed-by: Eric Blake > --- > qapi-schema.json | 7 ++++++- > vl.c | 8 ++++++++ > 2 files changed, 14 insertions(+), 1 deletion(-) >=20 > diff --git a/qapi-schema.json b/qapi-schema.json > index 5c4fe6d..49f2a90 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -154,12 +154,15 @@ > # @watchdog: the watchdog action is configured to pause and has been t= riggered > # > # @guest-panicked: guest has been panicked as a result of guest OS pan= ic > +# > +# @colo: guest is paused to save/restore VM state under colo checkpoin= t (since > +# 2.5) Will need a tweak to 2.6; > ## > { 'enum': 'RunState', > 'data': [ 'debug', 'inmigrate', 'internal-error', 'io-error', 'pause= d', > 'postmigrate', 'prelaunch', 'finish-migrate', 'restore-vm'= , > 'running', 'save-vm', 'shutdown', 'suspended', 'watchdog',= > - 'guest-panicked' ] } > + 'guest-panicked', 'colo' ] } > =20 > ## > # @StatusInfo: > @@ -434,6 +437,8 @@ > # > # @failed: some error occurred during migration process. > # > +# @colo: VM is in the process of fault tolerance. (since 2.5) Likewise. But my R-b still stands after that minor tweak. --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --DAdGx0dHPX8JUM6jBISvIu3tJxegPbBxe 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/ iQEcBAEBCAAGBQJWRhQgAAoJEKeha0olJ0NqbUEIAIaNUJ8XfMuvQKXDqmKN9mSs CcUMkv7KSqK4lj9TaI/pFmgYL3Jm6Wr/sCrUfGQm2jMv1SpbTYHNrufgfrV+J1PZ JT2XUm4fWXiZwWjiwbsmqjH2JzC57SupLOLCq4ivG9GeKKa2d0l9hQ20qnFAaC3F wZnMc5crZwjtu+8baTk8mNyaCVHVTqiolADfpux+ko5A7Hn+gPhNSKpb5VUiN+eJ h2CvSju2cbiYVnZs9tD6RtrVoa58qnBRX8NeUbaxL5TIm0XhB5LjeYYyOqM0c/HK W+rIGBpFpn2U/UpjRpK6geabnKxDz3AhXjrw7m6oEvEzB5jQpRJ7DMfYJTsWsLU= =SECK -----END PGP SIGNATURE----- --DAdGx0dHPX8JUM6jBISvIu3tJxegPbBxe--