From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Njnxu-00065b-7R for qemu-devel@nongnu.org; Tue, 23 Feb 2010 01:09:50 -0500 Received: from [199.232.76.173] (port=41805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Njnxs-00065B-90 for qemu-devel@nongnu.org; Tue, 23 Feb 2010 01:09:48 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Njnxr-0003O9-J9 for qemu-devel@nongnu.org; Tue, 23 Feb 2010 01:09:48 -0500 Received: from mail-pw0-f45.google.com ([209.85.160.45]:56758) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Njnxr-0003O5-As for qemu-devel@nongnu.org; Tue, 23 Feb 2010 01:09:47 -0500 Received: by pwi4 with SMTP id 4so2950932pwi.4 for ; Mon, 22 Feb 2010 22:09:46 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <473191351002222129u7b80f2adx8fb5bc29eba523ca@mail.gmail.com> References: <473191351002221933o3cc8b852hfdd52c381ff999ae@mail.gmail.com> <473191351002222129u7b80f2adx8fb5bc29eba523ca@mail.gmail.com> From: Roy Tam Date: Tue, 23 Feb 2010 14:09:25 +0800 Message-ID: <473191351002222209g5caed600q89eebe72ecfb767b@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Re: Regression: DOSPlus 1.2-je5 doesn't boot correctly since QEMU-0.6.1 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel 2010/2/23 Roy Tam : > 2010/2/23 Roy Tam : >> Hi all, >> >> This is an very old regression that DOSPlus 1.2-je5 boots in QEMU >> 0.5~0.6.0, and 0.6.1 breaks booting DOSPlus 1.2-je5 till now. >> >> Floppy Disk Image: >> http://roy.reactos.me:9088/files/dp12je5.zip >> > > OK r1049 breaks booting DOSPlus. Is it really fix the serial interrupt issue? > http://git.savannah.gnu.org/cgit/qemu.git/commit/?id=60e336dbb837ef4d5053433f9ee391feb102be36 > Comment out "s->thr_ipending = 1;" in "if (s->lsr & UART_LSR_THRE)" seems fix this issue.