From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JGidg-0006aP-CF for qemu-devel@nongnu.org; Sun, 20 Jan 2008 17:27:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JGide-0006Xu-Su for qemu-devel@nongnu.org; Sun, 20 Jan 2008 17:27:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JGide-0006Xl-G4 for qemu-devel@nongnu.org; Sun, 20 Jan 2008 17:27:38 -0500 Received: from smtp4-g19.free.fr ([212.27.42.30]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JGide-0007M5-9s for qemu-devel@nongnu.org; Sun, 20 Jan 2008 17:27:38 -0500 Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id A8C923EA0D1 for ; Sun, 20 Jan 2008 23:27:37 +0100 (CET) Received: from pc-amd64.local (mla78-3-88-162-84-61.fbx.proxad.net [88.162.84.61]) by smtp4-g19.free.fr (Postfix) with ESMTP id 8E79A3EA0CB for ; Sun, 20 Jan 2008 23:27:37 +0100 (CET) From: Even Rouault Subject: Re: [Qemu-devel] PS/2 mouse support for FC4 guest broken in QEMU 0.9.1 Date: Sun, 20 Jan 2008 23:27:35 +0100 References: <200801202158.06765.even.rouault@mines-paris.org> In-Reply-To: <200801202158.06765.even.rouault@mines-paris.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200801202327.36331.even.rouault@mines-paris.org> 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 After quite a lot of CVS bisection, I've identified revision 1.24 of=20 hw/pckbd.c ("QEMU keyboard issue with Gujin-2.2") to be responsible for the= =20 regression with the PS/2 mouse for FC4 guests. With r1.24, I can read in the log of the kernel boot sequence : "PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU@ at 0x60,0x64 irq 1,12" Failed to disable AUX port, but continuing anyway... Is this a Sis? If AUX port is really absent please use the 'i8042.noaux' option. serio: i8042 KBD PORT at 0x60,0x64 irq 1" With r1.23, I only get : "PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU@ at 0x60,0x64 irq 1,12" serio: i8042 KBD PORT at 0x60,0x64 irq 1" Le Sunday 20 January 2008 21:58:05 Even Rouault, vous avez =E9crit=A0: > Hi, > > I've tried QEMU 0.9.1 and PS/2 mouse support for FC4 guest seems to be > broken. I was using previously a CVS version dating back to 2007/09/07 and > it works fine with it. > > It can be tested by simply running qemu on the FC4-i386-DVD.iso > installation ISO DVD. Anaconda doesn't manage to find the mouse and fall > back to text mode. On an already installed image, the mouse doesn't work = in > X or in text mode. > > Best regards.