From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35498) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9vd4-0000en-F6 for qemu-devel@nongnu.org; Wed, 23 Jul 2014 08:26:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9vcu-0001wU-QS for qemu-devel@nongnu.org; Wed, 23 Jul 2014 08:26:42 -0400 Received: from qmta10.emeryville.ca.mail.comcast.net ([76.96.30.17]:57004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9vcu-0001w4-JP for qemu-devel@nongnu.org; Wed, 23 Jul 2014 08:26:32 -0400 From: Eric Blake Date: Wed, 23 Jul 2014 06:26:16 -0600 Message-Id: <1406118378-11217-4-git-send-email-eblake@redhat.com> In-Reply-To: <1406118378-11217-1-git-send-email-eblake@redhat.com> References: <1406118378-11217-1-git-send-email-eblake@redhat.com> Subject: [Qemu-devel] [PATCH v2 for-2.1 3/5] docs: document missing SPICE_MIGRATE_COMPLETED event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: pbonzini@redhat.com, wenchaoqemu@gmail.com, armbru@redhat.com, lcapitulino@redhat.com The SPICE_MIGRATE_COMPLETED event was first documented in 7cfadb6b. But since dfab4892 later restored this flie to the state prior to qmp events, and we never documented it in the past, anyone using this file instead of qapi will miss out on this event. * docs/qmp/qmp-events.txt (SPICE_MIGRATE_COMPLETED): Add. Signed-off-by: Eric Blake --- docs/qmp/qmp-events.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/qmp/qmp-events.txt b/docs/qmp/qmp-events.txt index 9b7ee7c..22d552f 100644 --- a/docs/qmp/qmp-events.txt +++ b/docs/qmp/qmp-events.txt @@ -424,6 +424,19 @@ Example: "channel-id": 0, "tls": true} }} +SPICE_MIGRATE_COMPLETED +----------------------- + +Emitted when SPICE migration has completed + +Data: None. + +Example: + +{ "timestamp": {"seconds": 1290688046, "microseconds": 417172}, + "event": "SPICE_MIGRATE_COMPLETED" } + + STOP ---- -- 1.9.3