From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59212) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYbm7-0007mn-Hh for qemu-devel@nongnu.org; Wed, 24 Feb 2016 10:54:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aYbm3-0003Wm-Fa for qemu-devel@nongnu.org; Wed, 24 Feb 2016 10:54:51 -0500 Received: from mx1.redhat.com ([209.132.183.28]:58896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aYbm3-0003Wd-9r for qemu-devel@nongnu.org; Wed, 24 Feb 2016 10:54:47 -0500 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id CC8D519CBA9 for ; Wed, 24 Feb 2016 15:54:46 +0000 (UTC) References: <1456320461-26756-1-git-send-email-pbonzini@redhat.com> <1456320461-26756-14-git-send-email-pbonzini@redhat.com> From: Eric Blake Message-ID: <56CDD246.40801@redhat.com> Date: Wed, 24 Feb 2016 08:54:46 -0700 MIME-Version: 1.0 In-Reply-To: <1456320461-26756-14-git-send-email-pbonzini@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rEEGiP38rCL8VXT14wHQj8V4v76SRoARD" Subject: Re: [Qemu-devel] [PULL 13/19] dump-guest-memory: add qmp event DUMP_COMPLETED List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini , qemu-devel@nongnu.org Cc: Peter Xu This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --rEEGiP38rCL8VXT14wHQj8V4v76SRoARD Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 02/24/2016 06:27 AM, Paolo Bonzini wrote: > From: Peter Xu >=20 > One new QMP event DUMP_COMPLETED is added. When a dump finishes, one > DUMP_COMPLETED event will occur to notify the user. >=20 > Signed-off-by: Peter Xu > Reviewed-by: Fam Zheng > Message-Id: <1455772616-8668-12-git-send-email-peterx@redhat.com> > Signed-off-by: Paolo Bonzini > --- > +++ b/qapi/event.json > @@ -369,3 +369,19 @@ > ## > { 'event': 'MEM_UNPLUG_ERROR', > 'data': { 'device': 'str', 'msg': 'str' } } > + > +## > +# @DUMP_COMPLETED > +# > +# Emitted when background dump has completed > +# > +# @result: DumpQueryResult type described in qapi-schema.json. > +# > +# @error: #optional human-readable error string that provides > +# hint on why dump failed. Only presents on failure. The s/presents/present/ > +# user should not try to interpret the error string. > +# > +# Since: 2.6 > +## > +{ 'event': 'DUMP_COMPLETED' , > + 'data': { 'result': 'DumpQueryResult', '*error': 'str' } } >=20 --=20 Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org --rEEGiP38rCL8VXT14wHQj8V4v76SRoARD 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/ iQEcBAEBCAAGBQJWzdJGAAoJEKeha0olJ0Nq+PkH/0fJq9IVZwsDuch5oGw5T66V 7iOggci7hpvzrINgYSnZp+7D5AyVWWMfk/rwEHi4nBE6IuU0bOUJ9cnu2vGvcwGu wD9OQaXqsaYUisR0tDU4r2uxvg554K2LZS+41BRFjedBYVRnsNYiQCOGVQEclqe7 hh2uYvr1E+r0NXayzLb5S12ObrR5/deYKCXAI9p/29HjP+SnirEtSonk6NsYSj/C pO9jA5QshO9GhMLysbV1MZ49HgnqcQG1ydpwkfSshLrRMH8YNkhLBLghsq0Y4wRV wSDhlYpJXdIPCbO/T0+/vRaT04ycylEZUU3e5K/zq8FI0hGXl29+XXRZRElAF2g= =7d2R -----END PGP SIGNATURE----- --rEEGiP38rCL8VXT14wHQj8V4v76SRoARD--