From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48327) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1vLT-0006CN-7s for qemu-devel@nongnu.org; Thu, 16 Aug 2012 04:22:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1vLS-00075D-8D for qemu-devel@nongnu.org; Thu, 16 Aug 2012 04:22:23 -0400 Received: from mx1.redhat.com ([209.132.183.28]:8919) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1vLS-000755-0D for qemu-devel@nongnu.org; Thu, 16 Aug 2012 04:22:22 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q7G8MKv7020493 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 16 Aug 2012 04:22:20 -0400 From: Yonit Halperin Date: Thu, 16 Aug 2012 11:23:22 +0300 Message-Id: <1345105406-15082-1-git-send-email-yhalperi@redhat.com> Subject: [Qemu-devel] [PATCH 0/4] add support for spice migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mprivozn@redhat.com, Yonit Halperin , kraxel@redhat.com The following series introduces support for keeping the spice session active after migration. For more details about spice seamless migration, see http://lists.freedesktop.org/archives/spice-devel/2012-August/010412.html Spice branches with seamless migration support can be found at: spice-protocol: http://cgit.freedesktop.org/~yhalperi/spice-protocol/log/?h=seamless-migration.v1 spice-common: http://cgit.freedesktop.org/~yhalperi/spice-common/log/ spice: http://cgit.freedesktop.org/~yhalperi/spice/log/?h=seamless-migration.v1 spicei-gtk: http://cgit.freedesktop.org/~yhalperi/spice-gtk/log/ Regards, Yonit. Yonit Halperin (4): spice: notify spice server on vm start/stop spice migration: add QEVENT_SPICE_MIGRATE_COMPLETED spice: add 'migrated' flag to spice info spice: adding seamless-migration option to the command line hmp.c | 2 ++ monitor.c | 1 + monitor.h | 1 + qapi-schema.json | 5 ++++- qemu-config.c | 3 +++ qemu-options.hx | 3 +++ ui/spice-core.c | 34 +++++++++++++++++++++++++++++++++- 7 files changed, 47 insertions(+), 2 deletions(-) -- 1.7.7.6