From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34855) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5JH5-0000RI-P5 for qemu-devel@nongnu.org; Wed, 17 Jun 2015 15:45:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z5JH1-0006bS-DL for qemu-devel@nongnu.org; Wed, 17 Jun 2015 15:45:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:38879) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z5JH1-0006aa-1i for qemu-devel@nongnu.org; Wed, 17 Jun 2015 15:45:23 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id 98422A10A2 for ; Wed, 17 Jun 2015 19:45:22 +0000 (UTC) Message-ID: <5581CE4C.90700@redhat.com> Date: Wed, 17 Jun 2015 13:45:16 -0600 From: Eric Blake MIME-Version: 1.0 References: <1434505833-11234-1-git-send-email-quintela@redhat.com> <1434505833-11234-11-git-send-email-quintela@redhat.com> In-Reply-To: <1434505833-11234-11-git-send-email-quintela@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="crpW88xPxLO9kIami7LF0J6tHiJUrcr5J" Subject: Re: [Qemu-devel] [PATCH 10/11] migration: create migration event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juan Quintela , qemu-devel@nongnu.org Cc: amit.shah@redhat.com This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --crpW88xPxLO9kIami7LF0J6tHiJUrcr5J Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 06/16/2015 07:50 PM, Juan Quintela wrote: > We have one argument that tells us what event has happened. >=20 > Signed-off-by: Juan Quintela >=20 > X3 >=20 > Signed-off-by: Juan Quintela Intentional double-S-o-b? > --- > docs/qmp/qmp-events.txt | 14 ++++++++++++++ > migration/migration.c | 2 ++ > qapi/event.json | 14 ++++++++++++++ > 3 files changed, 30 insertions(+) >=20 > +Data: None. > + > + - "status": migration status > + See MigrationStatus in ~/qapi-scheme.json for possible values s/scheme/schema/ > +++ b/qapi/event.json > @@ -243,6 +243,20 @@ > { 'event': 'SPICE_MIGRATE_COMPLETED' } >=20 > ## > +# @MIGRATION > +# > +# Emitted when a migration event happens > +# > +# @status: @MigrationStatus describing the current migration status. > +# If this field is not returned, no migration process > +# has been initiated Drop this second sentence. 'status' is emitted unconditionally (it is not marked optional). With those two changes, Reviewed-by: Eric Blake --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --crpW88xPxLO9kIami7LF0J6tHiJUrcr5J 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/ iQEcBAEBCAAGBQJVgc5NAAoJEKeha0olJ0NqVRAH/3+0Go0sO4gQDuciNXMhLLZh SZIOktmPL0ksqB0LN1A6Lnto+rqm0ylaqasfGHZ7XnSSp4Lm6HCg0/hc1LwfGXhq /C+TyYI4XUT3FvbBBXc6NgAEw4tZoZkhUI5cu5HmmMY3IdJChqbarW1KcHLC61K5 P93Sj3JkCnWxGRO0vdM7bSza0cRw4Q+sUrFCE6s6IKyGn6I8n1hC5p/sN7rdII+N X+GslVZryZ5XCTmUCeQyF69SkJxLmukrWwqo/3vQSmB7b6mpyEco/7RPHJPYsrk5 tnwYPVYIm4KhK4C1YEWQ07wM+sSXXAQgN/MmSzawsRe25feqaO2By2ddQkVDyF4= =0R0C -----END PGP SIGNATURE----- --crpW88xPxLO9kIami7LF0J6tHiJUrcr5J--