From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=33157 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q22D7-0003kW-16 for qemu-devel@nongnu.org; Tue, 22 Mar 2011 10:05:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q22D5-0005E3-W4 for qemu-devel@nongnu.org; Tue, 22 Mar 2011 10:05:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:27423) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q22D5-0005Dh-Ls for qemu-devel@nongnu.org; Tue, 22 Mar 2011 10:05:23 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2ME5MtL017057 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 22 Mar 2011 10:05:22 -0400 Date: Tue, 22 Mar 2011 19:35:17 +0530 From: Amit Shah Subject: Re: [Qemu-devel] [PATCH 0/3] spicevmc -> chardev: restore guest open / close notifcation Message-ID: <20110322140517.GA23466@amit-x200.redhat.com> References: <1300799723-664-1-git-send-email-hdegoede@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1300799723-664-1-git-send-email-hdegoede@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Hans de Goede Cc: qemu-devel@nongnu.org On (Tue) 22 Mar 2011 [14:15:20], 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. ACK series Amit