From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:58952) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGBCY-00064O-Jq for qemu-devel@nongnu.org; Thu, 14 Mar 2013 12:40:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGBCV-0001A5-78 for qemu-devel@nongnu.org; Thu, 14 Mar 2013 12:40:22 -0400 Received: from mx3-phx2.redhat.com ([209.132.183.24]:44223) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGBCU-00019a-Vl for qemu-devel@nongnu.org; Thu, 14 Mar 2013 12:40:19 -0400 Date: Thu, 14 Mar 2013 12:40:17 -0400 (EDT) From: Alon Levy Message-ID: <1919244018.7727153.1363279217508.JavaMail.root@redhat.com> In-Reply-To: <5141FD31.2070902@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] spice-qemu-char: register interface on post load List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: amit shah , qemu-devel@nongnu.org > Hi, > > On 03/14/2013 04:12 PM, Alon Levy wrote: > > The target has not seen the guest_connected event via > > spice_chr_guest_open or spice_chr_write, and so spice server > > wrongly > > assumes there is no agent active, while the client continues to > > send > > motion events only by the agent channel, which the server ignores. > > The > > net effect is that the mouse is static in the guest. > > > > By registering the interface on post load spice server will pass on > > the > > agent messages fixing the mouse behavior after migration. > > > > RHBZ #725965 > > Erm I just posted a cleaned up version of this, which actually > applies > on top of all the recent chardev works done. So lets use my version > :) OK. > > Regards, > > Hans >