From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NoSLS-0000Jg-Km for qemu-devel@nongnu.org; Sun, 07 Mar 2010 21:05:22 -0500 Received: from [199.232.76.173] (port=34291 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NoSLS-0000JI-BI for qemu-devel@nongnu.org; Sun, 07 Mar 2010 21:05:22 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NoSLR-0004rd-AP for qemu-devel@nongnu.org; Sun, 07 Mar 2010 21:05:22 -0500 Received: from mail-pz0-f188.google.com ([209.85.222.188]:34508) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NoSLR-0004rZ-0l for qemu-devel@nongnu.org; Sun, 07 Mar 2010 21:05:21 -0500 Received: by pzk26 with SMTP id 26so779101pzk.18 for ; Sun, 07 Mar 2010 18:05:19 -0800 (PST) MIME-Version: 1.0 From: Roy Tam Date: Mon, 8 Mar 2010 10:04:57 +0800 Message-ID: <473191351003071804x62acae0bk3f967b6be1f22a54@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Regression: more 0.12 regression (SeaBIOS related?) List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Hi all, I found some regression bugs that seems relate to SeaBIOS and I hope we can add back booting with Bochs BIOS in git so that we can further testing that the bug is in SeaBIOS or in QEMU 0.12. Following list is the regression that I encountered and which works in 0.11.1: - Windows NT 3.51/4.0 freezes when booting to first stage setup, after switch screen to 80x50 text mode - freeze after pressing Enter when booting PC/MS-DOS 1.10 - 1.25 - freeze when booting Enhanced DR-DOS 7.01.08 WIP (23.7.2009) ( http://www.drdosprojects.de/cgi-bin/download.cgi/d090723b.zip ) - can't type correctly in GW-BASIC from DOS 2.0 - 3.31 - keyboard input is ignored when booting Korean edition of MS-DOS 6.20 - can't type correctly in FreeDOS/V (Ver 0138, http://homepage1.nifty.com/bible/dos/fdos0138.lzh ), getting Illegal Instruction error when you type something in short period. - after the termination of qbasic run session, you can't press a key to go back to editor in "press a key to continue" prompt, you have to type something not just "press a key". When I modify the program and press Shift-F5 to start the program, after execution and then exit qbasic, Shift key modifier still activating, instead of deactivated after I release Shift key. If you have another (seems to be SeaBIOS related) 0.12 regression, please post it here. Best regards, Roy