From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCoF9-00058Y-1b for qemu-devel@nongnu.org; Wed, 08 Jul 2015 08:14:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZCoF2-0001Lc-8Z for qemu-devel@nongnu.org; Wed, 08 Jul 2015 08:14:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52271) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZCoF2-0001LP-36 for qemu-devel@nongnu.org; Wed, 08 Jul 2015 08:14:20 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (Postfix) with ESMTPS id B5DC72B4E91 for ; Wed, 8 Jul 2015 12:14:19 +0000 (UTC) From: Juan Quintela Date: Wed, 8 Jul 2015 14:14:16 +0200 Message-Id: <1436357656-4538-1-git-send-email-quintela@redhat.com> Subject: [Qemu-devel] [PATCH] migration: Write documetation for events capabilites List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: amit.shah@redhat.com, dgilbert@redhat.com Reported-by: Jiri Denemark Signed-off-by: Juan Quintela --- qmp-commands.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/qmp-commands.hx b/qmp-commands.hx index e1bcc60..ba630b1 100644 --- a/qmp-commands.hx +++ b/qmp-commands.hx @@ -3406,6 +3406,7 @@ Enable/Disable migration capabilities - "rdma-pin-all": pin all pages when using RDMA during migration - "auto-converge": throttle down guest to help convergence of migration - "zero-blocks": compress zero blocks during block migration +- "events": generate events for each migration state change Arguments: -- 2.4.3