From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50922) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3whz-0005AC-VO for qemu-devel@nongnu.org; Thu, 16 Jan 2014 18:50:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3whr-0007NK-Ir for qemu-devel@nongnu.org; Thu, 16 Jan 2014 18:50:47 -0500 Received: from zimbra3.corp.accelance.fr ([2001:4080:204::2:8]:36316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3whr-0007NE-Bd for qemu-devel@nongnu.org; Thu, 16 Jan 2014 18:50:39 -0500 Message-ID: <52D86F4B.9090500@openwide.fr> Date: Fri, 17 Jan 2014 00:46:19 +0100 From: Romain Naour MIME-Version: 1.0 References: <1389737140-6722-1-git-send-email-romain.naour@openwide.fr> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 1/1] genius: add genius serial mouse emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: QEMU Developers Hi, Le 14/01/2014 23:46, Peter Maydell a =C3=A9crit : > It might be helpful to note why we should care, ie if there are > any particularly interesting guests which can only deal with this > and not the MS mouse protocol, or if there are mouse features > you can only get support for with this protocol. > I worked on this emulation for a quite old OS (Concurrent DOS) which use=20 only Mouse System protocol. So, I sent this patch to not leave this work unsubmitted in case someone=20 wants to use it. I will rework my patch following your feedback. Thanks, Romain Naour