From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48812 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PcePQ-0003xe-VI for qemu-devel@nongnu.org; Tue, 11 Jan 2011 08:37:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PcePP-0001bV-P8 for qemu-devel@nongnu.org; Tue, 11 Jan 2011 08:37:12 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17162) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PcePP-0001bM-HM for qemu-devel@nongnu.org; Tue, 11 Jan 2011 08:37:11 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0BDbAIY021183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 11 Jan 2011 08:37:10 -0500 Message-ID: <4D2C5D03.2040900@redhat.com> Date: Tue, 11 Jan 2011 14:37:07 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1294747706-31382-1-git-send-email-kraxel@redhat.com> <1294747706-31382-3-git-send-email-kraxel@redhat.com> In-Reply-To: <1294747706-31382-3-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH 2/6] spice: client migration. List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org On 01/11/11 13:08, Gerd Hoffmann wrote: > Handle spice client migration, i.e. inform a spice client connected > about the new host and connection parameters, so it can move over the > connection automatically. Oops, scratch that, old patch file still lying around and the new one got another name due to the updated title. The other 2/6 patch is the one which is actually in the git tree. sorry, Gerd