From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53736) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUlMB-0003JW-Ar for qemu-devel@nongnu.org; Sat, 03 Nov 2012 17:34:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TUlMA-00074L-A0 for qemu-devel@nongnu.org; Sat, 03 Nov 2012 17:34:19 -0400 Received: from smtp1-g21.free.fr ([2a01:e0c:1:1599::10]:38823) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TUlM9-000748-QX for qemu-devel@nongnu.org; Sat, 03 Nov 2012 17:34:18 -0400 Message-ID: <50958DD1.5090504@reactos.org> Date: Sat, 03 Nov 2012 22:34:09 +0100 From: =?UTF-8?B?SGVydsOpIFBvdXNzaW5lYXU=?= MIME-Version: 1.0 References: <50958704.5050307@reactos.org> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] Windows NT4 regression due to 0b57e287 ("cpu_physical_memory_write_rom() needs to do TB invalidates") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: QEMU Developers , David Gibson Blue Swirl a =C3=A9crit : > On Sat, Nov 3, 2012 at 9:05 PM, Herv=C3=A9 Poussineau wrote: >> This commit breaks Windows NT4 boot. >> QEMU crashes when NT4 switches from 80x25 to 80x43 resolution. >=20 > Does it work with -global apic.vapic=3Dfalse? >=20 > This is probably same issue that's bugging Win2k and XP. Yes, NT4 works with -global apic.vapic=3Dfalse. Herv=C3=A9