From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=49077 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIccq-0001fA-BE for qemu-devel@nongnu.org; Wed, 17 Nov 2010 02:40:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIccp-0002oY-Ad for qemu-devel@nongnu.org; Wed, 17 Nov 2010 02:40:16 -0500 Received: from isrv.corpit.ru ([86.62.121.231]:36031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIccp-0002o3-4C for qemu-devel@nongnu.org; Wed, 17 Nov 2010 02:40:15 -0500 Message-ID: <4CE386D9.2030703@msgid.tls.msk.ru> Date: Wed, 17 Nov 2010 10:40:09 +0300 From: Michael Tokarev MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: PS2 Mouse/Kbd do not work with qemu-0.13.0 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Adhyas Avasthi Cc: qemu-devel@nongnu.org 17.11.2010 04:57, Adhyas Avasthi wrote: > I am trying to use it on my custom build of open source EFI BIOS > (which does not use interrupts, and uses only polling) and this does > not work. Also, PS2 Mouse does not work for Ubuntu 10.10. x86_64 guest > for me. > Oh, and the same BIOS (and its driver) work just fine for 0.12.5 and > 0.12.3, but does not work for 0.13.0 > If that helps prove my case further. Mouse problem in 0.13 is well known and fixed quite some time ago by this patch in 0.13 git: commit cd496926155afcb3b6323e70dd720dc118b3a255 Author: Gerd Hoffmann Date: Fri Oct 8 12:30:13 2010 +0200 vmmouse: adapt to mouse handler changes. I can't say for ps/2 keyboard: it works for me in various windows and linux guests. /mjt