From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REigC-0000qP-RT for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:24:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REig6-0003FI-32 for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:24:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47993) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REig5-0003FC-Qo for qemu-devel@nongnu.org; Fri, 14 Oct 2011 10:24:02 -0400 Message-ID: <4E98460D.6010004@redhat.com> Date: Fri, 14 Oct 2011 16:24:13 +0200 From: Gerd Hoffmann MIME-Version: 1.0 References: <1316620244-8196-1-git-send-email-yhalperi@redhat.com> <1316620244-8196-2-git-send-email-yhalperi@redhat.com> In-Reply-To: <1316620244-8196-2-git-send-email-yhalperi@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] spice: turn client_migrate_info to async List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Yonit Halperin Cc: alevy@redhat.com, qemu-devel@nongnu.org, spice-devel@freedesktop.org On 09/21/11 17:50, Yonit Halperin wrote: > RHBZ 737921 > Spice client is required to connect to the migration target before/as migration > starts. Since after migration starts, the target qemu is blocked and cannot accept new spice client > we trigger the connection to the target upon client_migrate_info command. > client_migrate_info completion cb will be called after spice client has been > connected to the target (or a timeout). See following patches and spice patches. Patch failes to build with spice disabled. Please fix. thanks, Gerd