qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/3] spicevmc -> chardev: restore guest open / c


From: Alon Levy
Subject: Re: [Qemu-devel] [PATCH 0/3] spicevmc -> chardev: restore guest open / close (v2)
Date: Thu, 24 Mar 2011 12:44:26 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Thu, Mar 24, 2011 at 11:12:01AM +0100, Hans de Goede wrote:
> Hi All,
> 
> When we moved from the spicevmc device (which directly implemented a virtio
> serial port) to doing spicevmc as a chardev backend we lost the notification
> of the guest opening / closing the port to spice server. This causes the
> server to not fall back to server mouse mode when the agent inside the
> guest stops / dies (for what ever reason). Which causes the mouse to
> stop working in this scenario. This patch set fixes this regression.

Reviewed-by: Alon Levy <address@hidden>

> 
> Changes since v1:
> -Replace "return qemu_chr_guest_open(vcon->chr);" with just
>  "qemu_chr_guest_open(vcon->chr);", since this is a void func. idem for close.
> 
> Regards,
> 
> Hans
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]