From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F7IHS-00021Z-4b for qemu-devel@nongnu.org; Thu, 09 Feb 2006 15:20:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F7IHN-0001w6-I6 for qemu-devel@nongnu.org; Thu, 09 Feb 2006 15:20:38 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F7IHM-0001vQ-3z for qemu-devel@nongnu.org; Thu, 09 Feb 2006 15:20:36 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1F7IKy-0001Av-3W for qemu-devel@nongnu.org; Thu, 09 Feb 2006 15:24:20 -0500 From: Paul Brook Subject: Re: [Qemu-devel] Grabless pointer Date: Thu, 9 Feb 2006 20:20:30 +0000 References: <20060209161757.GA31694@jbrown.mylinuxbox.org> In-Reply-To: <20060209161757.GA31694@jbrown.mylinuxbox.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602092020.31103.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > > From the source I can't see what device you are actually emulating > > (or is this a custom one?) > > > > Mike > > Its basically a PS/2 mouse that sends absolute coordinates instead of > relative/delta values. No it's not. It's a hack that makes the guest read the absolute coordinates from an different IO port whenever the mouse moves. Augmenting the PS/2 mouse emulation with additional commands would be the elegant (and portable) solution, but probably harder to hack the guest for. This is neither. Paul