From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MfbDF-0006XU-10 for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:12:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MfbDA-0006RF-9l for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:12:00 -0400 Received: from [199.232.76.173] (port=45886 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MfbD9-0006Qv-V2 for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:11:56 -0400 Received: from mail-fx0-f211.google.com ([209.85.220.211]:38017) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MfbD9-0001Bd-Ii for qemu-devel@nongnu.org; Mon, 24 Aug 2009 11:11:55 -0400 Received: by fxm7 with SMTP id 7so1686275fxm.34 for ; Mon, 24 Aug 2009 08:11:54 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <20090823124410.GA30789@shareable.org> <53e878390908231020s32575288jf2dd1450bae241c9@mail.gmail.com> <20090823215558.GA9093@shareable.org> <53e878390908231554o39fb1700n8b495e6c1089fc6@mail.gmail.com> Date: Mon, 24 Aug 2009 17:11:54 +0200 Message-ID: <53e878390908240811q645991ccs9714d6a9ea539b7e@mail.gmail.com> Subject: Re: [Qemu-devel] [PATCH 0 of 1] Fix for DOS keyboard problems From: Stefan Ring Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: malc Cc: qemu-devel@nongnu.org > There's other DOS application that exhibits erroneous keyboard > beahviour and i was curious whether your hack "fixes" it too (alas > it doesn't) - Command and Conquer, the demo can be found at: > > http://www.dosgamesarchive.com/download/command-and-conquer/ > > Keyboard is dysfunctional in both the setup and the game. What i'm > wondering now if this is a indeed pckbd or BIOS problem, but Bochs > where the former can be verified refuses to work on my machines, > perhaps someone could give it a try and report here? I just tried to run C&C on QEMU, VirtualBox and Bochs. Unfortunately, the game itself crashed immediately during startup, but the setup program worked. It also accepts keyboard input for specifying sound hardware parameters. The results: QEMU: mouse works, keyboard does not, keyboard input is buffered and played back at the command prompt after program exits. VirtualBox: the same Bochs: neither keyboard nor mouse work