> 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 >