From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAJqX-0005uC-5O for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:18:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XAJqP-00036v-JG for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:18:13 -0400 Received: from mx1.redhat.com ([209.132.183.28]:61605) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XAJqP-00036V-Ba for qemu-devel@nongnu.org; Thu, 24 Jul 2014 10:18:05 -0400 From: Luiz Capitulino Date: Thu, 24 Jul 2014 10:17:46 -0400 Message-Id: <1406211468-9703-4-git-send-email-lcapitulino@redhat.com> In-Reply-To: <1406211468-9703-1-git-send-email-lcapitulino@redhat.com> References: <1406211468-9703-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PULL 3/5] docs: document missing SPICE_MIGRATE_COMPLETED event List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-devel@nongnu.org, anthony@codemonkey.ws From: Eric Blake The SPICE_MIGRATE_COMPLETED event was first documented in 7cfadb6b. But since dfab4892 later restored this file 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 Reviewed-by: Markus Armbruster Reviewed-by: Wenchao Xia Signed-off-by: Luiz Capitulino --- 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