From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51853 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZln6-0007dt-0g for qemu-devel@nongnu.org; Mon, 03 Jan 2011 09:53:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PZlmy-0005z1-IY for qemu-devel@nongnu.org; Mon, 03 Jan 2011 09:53:43 -0500 Received: from mx1.redhat.com ([209.132.183.28]:55935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PZlmy-0005yj-7A for qemu-devel@nongnu.org; Mon, 03 Jan 2011 09:53:36 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p03ErYsh020488 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Jan 2011 09:53:35 -0500 From: Gerd Hoffmann Date: Mon, 3 Jan 2011 15:53:29 +0100 Message-Id: <1294066412-15000-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] migration notifiers and spice client migration List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series adds spice client migration support to qemu, i.e. allow the spice client to reconnect automatically to the new host after vm migration. It also adds a notifier for migration state changes because spice needs to know when the migration completed and whenever it was successful or not. cheers, Gerd The patches are also available in the git repository at: git://anongit.freedesktop.org/spice/qemu spice.v25.pull Gerd Hoffmann (3): add migration state change notifiers spice: client migration. spice: MAINTAINERS update MAINTAINERS | 8 ++++++++ hmp-commands.hx | 20 ++++++++++++++++++++ migration.c | 28 ++++++++++++++++++++++++++++ migration.h | 5 +++++ qmp-commands.hx | 35 +++++++++++++++++++++++++++++++++++ ui/qemu-spice.h | 1 + ui/spice-core.c | 40 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 137 insertions(+), 0 deletions(-)