From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=42141 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q21O7-0006Qc-25 for qemu-devel@nongnu.org; Tue, 22 Mar 2011 09:12:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q21O5-0002aR-I8 for qemu-devel@nongnu.org; Tue, 22 Mar 2011 09:12:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q21O5-0002aF-87 for qemu-devel@nongnu.org; Tue, 22 Mar 2011 09:12:41 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2MDCepo008079 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 22 Mar 2011 09:12:40 -0400 Received: from shalem.localdomain.com (vpn1-6-75.ams2.redhat.com [10.36.6.75]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p2MDCd0t032596 for ; Tue, 22 Mar 2011 09:12:39 -0400 From: Hans de Goede Date: Tue, 22 Mar 2011 14:15:20 +0100 Message-Id: <1300799723-664-1-git-send-email-hdegoede@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] spicevmc -> chardev: restore guest open / close notifcation List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org 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. Regards, Hans