From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46949) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Ryn-0001u8-AS for qemu-devel@nongnu.org; Mon, 20 Aug 2012 09:25:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T3Ryd-0003L0-HK for qemu-devel@nongnu.org; Mon, 20 Aug 2012 09:25:17 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T3Ryd-0003KZ-AK for qemu-devel@nongnu.org; Mon, 20 Aug 2012 09:25:07 -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 (8.14.4/8.14.4) with ESMTP id q7KDP5KX027013 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 20 Aug 2012 09:25:06 -0400 From: Yonit Halperin Date: Mon, 20 Aug 2012 16:26:11 +0300 Message-Id: <1345469176-1675-1-git-send-email-yhalperi@redhat.com> Subject: [Qemu-devel] [PATCH v2 0/5] add support for spice migration v2 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Yonit Halperin , kraxel@redhat.com v2: Notify spice about vm state changes only via spice_server_vm_start/stop spice repo: http://cgit.freedesktop.org/~yhalperi/spice/log/?h=seamless-migration.v2 ----------- Hi, 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 (5): spice: notify spice server on vm start/stop spice: notify on vm state change only via spice_server_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 | 78 +++++++++++++++++++++++++++++++++++++++++++++++++++- ui/spice-display.c | 6 ++++ ui/spice-display.h | 2 + 9 files changed, 99 insertions(+), 2 deletions(-) -- 1.7.7.6