From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLVKl-0006E2-Ur for qemu-devel@nongnu.org; Sat, 02 Feb 2008 22:15:56 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLVKk-0006Dq-Ie for qemu-devel@nongnu.org; Sat, 02 Feb 2008 22:15:55 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLVKk-0006Dn-CD for qemu-devel@nongnu.org; Sat, 02 Feb 2008 22:15:54 -0500 Received: from ug-out-1314.google.com ([66.249.92.169]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLVKj-0002Or-Vh for qemu-devel@nongnu.org; Sat, 02 Feb 2008 22:15:54 -0500 Received: by ug-out-1314.google.com with SMTP id m2so866396uge.4 for ; Sat, 02 Feb 2008 19:15:53 -0800 (PST) Message-ID: Date: Sun, 3 Feb 2008 04:15:52 +0100 From: "andrzej zaborowski" Subject: Re: [Qemu-devel] PS/2 mouse support for FC4 guest broken in QEMU 0.9.1 In-Reply-To: <200801212119.17652.even.rouault@mines-paris.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200801202158.06765.even.rouault@mines-paris.org> <200801202327.36331.even.rouault@mines-paris.org> <200801212119.17652.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 On 21/01/2008, Even Rouault wrote: > Thanks for the tutorial on how to use git bisection ;-) > In fact, whatever version control system you use, I think you spend most of > time recompiling and testing stuff... > > Anyway, on the core problem I'm pointing out, does someone have any clue on > what should be done ? Should the revision 1.24 of > hw/pckbd.c ("QEMU keyboard issue with Gujin-2.2") be reverted ? Is there a way > to get FC4 to work again, and "Gujin" at the same time ? Is the patch of > revision 1.24 the right fix for Gujin and another additionnal fix is required > for the FC4 issue (presumably related to Linux kernel version 2.6.11) or > should it be reverted and a better fix found for Gujin ? I have no clue about ps2 but seeing as redirecting the command from kbd to mouse (0 -> 1 in the kbd_queue call) fixes the keyboard issue for Gujin, but breaks mouse, the obvious conclusion is that the command should not be done for either kbd or mouse. Can you try with line 214 (previously line 207) simply removed? If you can test also how that affects Gujin that would be even better. Cheers