From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ab1nV-0000zy-OF for qemu-devel@nongnu.org; Wed, 02 Mar 2016 03:06:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ab1nQ-0003is-P0 for qemu-devel@nongnu.org; Wed, 02 Mar 2016 03:06:17 -0500 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:38532) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ab1nQ-0003im-JB for qemu-devel@nongnu.org; Wed, 02 Mar 2016 03:06:12 -0500 References: <56D36B83.7000404@reactos.org> <56D5B170.9060006@redhat.com> <56D5F580.1070901@reactos.org> <56D6666D.8000907@twiddle.net> From: =?UTF-8?Q?Herv=c3=a9_Poussineau?= Message-ID: <56D69EEE.3090709@reactos.org> Date: Wed, 2 Mar 2016 09:06:06 +0100 MIME-Version: 1.0 In-Reply-To: <56D6666D.8000907@twiddle.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [QEMU] Windows XP / Windows 95 / MS-DOS 6 regressions List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , Paolo Bonzini , qemu-devel Le 02/03/2016 05:05, Richard Henderson a =C3=A9crit : > On 03/01/2016 12:03 PM, Herv=C3=A9 Poussineau wrote: >> Windows 95 still doesn't work, even with your two patches applied. >> >> The message is: >> >> "A fatal exception 0E has occurred at 0137:FD512607. The current >> application will be terminated. >> >> * Press any key to terminate the current application. >> * Press CTRL-ALT-DEL to restart your computer. You will >> lose any unsaved information in all applications. >> >> Press any key to continue." > > I get this same message (with 98) before all of the recent patches, > i.e. testing a5af12871fd4601c44f08d9e49131e9ca13ef102. > > Of course, while I don't get this message from -enable-kvm, I'm still n= ot able to boot 98 even with kvm. Which doesn't fill me with happy feeli= ngs about the state of the system, even though it's a > fresh install. > I just reconfirmed that d6a2914984c89fa0a3125b9842e0cbf68de79a3d~1 + 88c73d16ad1b6c22a2ab082064d0= d521f756296a works, while d6a2914984c89fa0a3125b9842e0cbf68de79a3d + 88c73d16ad1b6c22a2ab082064d0d5= 21f756296a bugchecks. a5af12871fd4601c44f08d9e49131e9ca13ef102 that you tested is after d6a2914= 984c89fa0a3125b9842e0cbf68de79a3d which broke Windows 9x, that's why you'= re seeing it broken. It also has been a long time that Windows 9x doesn't work with -enable-kv= m. Maybe even always... Herv=C3=A9