From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZosLZ-0001Uv-Ga for qemu-devel@nongnu.org; Wed, 21 Oct 2015 08:18:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZosLV-0006FJ-Fy for qemu-devel@nongnu.org; Wed, 21 Oct 2015 08:18:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45900) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZosLV-0006F9-5h for qemu-devel@nongnu.org; Wed, 21 Oct 2015 08:18:21 -0400 References: <1441182199-8328-1-git-send-email-zhang.zhanghailiang@huawei.com> <1441182199-8328-11-git-send-email-zhang.zhanghailiang@huawei.com> From: Eric Blake Message-ID: <5627828B.4070704@redhat.com> Date: Wed, 21 Oct 2015 06:18:19 -0600 MIME-Version: 1.0 In-Reply-To: <1441182199-8328-11-git-send-email-zhang.zhanghailiang@huawei.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="oIiU8xVeD8Pmp6CI6D3hp3HMER1jspG41" Subject: Re: [Qemu-devel] [PATCH COLO-Frame v9 10/32] 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, yanghy@cn.fujitsu.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --oIiU8xVeD8Pmp6CI6D3hp3HMER1jspG41 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 09/02/2015 02:22 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 > --- > 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 0d3d6e2..6a3796e 100644 > --- a/qapi-schema.json > +++ b/qapi-schema.json > @@ -148,12 +148,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) > ## > { '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 Looks okay. > ## > # @StatusInfo: > @@ -428,6 +431,8 @@ > # > # @failed: some error occurred during migration process. > # > +# @colo: VM is in the process of fault tolerance. > +# Missing '(since 2.5)' With that fixed, Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --oIiU8xVeD8Pmp6CI6D3hp3HMER1jspG41 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/ iQEcBAEBCAAGBQJWJ4KLAAoJEKeha0olJ0NquWMH/0sHwxC19zmpZwocyzEwxUkC xVU1M7IdkloU97rPwXiNgSbztT0ddub9uTZO4vbt++6LAPOOFLUBqpMdfjpTjuBO BCIdgtYR2Zbh+xKmuZMwkEX8srBYwhAE49Z1Y4zWwBUdYf3jCiBaIH9PneZKagqB a1JeG2cqtNpWIyzcGB+rgvr14XXfDO/iU3DZ1f+QK8ux3doy+AlPPUQfM6BvYX8s BYDKSg8pOieLo1UwqtIECFw0CxQ9i7Oh01xaEIhGlQGadNxYdf3MZiz0iEI6xhc5 1YvUqVoeLXqWDtYoRH5OQAUwjRmMaJarE3XXSh1cZ6AxRch7MKPzjrFjI4qBXlM= =I0EJ -----END PGP SIGNATURE----- --oIiU8xVeD8Pmp6CI6D3hp3HMER1jspG41--