From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57606) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGB8M-0008WC-92 for qemu-devel@nongnu.org; Thu, 14 Mar 2013 12:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UGB8G-0007wz-7Y for qemu-devel@nongnu.org; Thu, 14 Mar 2013 12:36:02 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34197) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UGB8F-0007wr-Vq for qemu-devel@nongnu.org; Thu, 14 Mar 2013 12:35:56 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2EGZthH022554 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 14 Mar 2013 12:35:55 -0400 Message-ID: <5141FD31.2070902@redhat.com> Date: Thu, 14 Mar 2013 17:39:13 +0100 From: Hans de Goede MIME-Version: 1.0 References: <20130227123728.GA10426@amit.redhat.com> <1363273959-32298-1-git-send-email-alevy@redhat.com> In-Reply-To: <1363273959-32298-1-git-send-email-alevy@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Alon Levy Cc: amit.shah@redhat.com, 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 :) Regards, Hans