From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:55378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvVmG-0004jn-PX for qemu-devel@nongnu.org; Sun, 29 Jul 2012 11:51:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SvVmG-0002TJ-02 for qemu-devel@nongnu.org; Sun, 29 Jul 2012 11:51:32 -0400 Received: from mail-we0-f173.google.com ([74.125.82.173]:33821) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SvVmF-0002Sw-Q2 for qemu-devel@nongnu.org; Sun, 29 Jul 2012 11:51:31 -0400 Received: by weyz53 with SMTP id z53so3088930wey.4 for ; Sun, 29 Jul 2012 08:51:30 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <50155BFE.5020305@redhat.com> Date: Sun, 29 Jul 2012 17:51:26 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [BUG] BSOD on Win2003 Server when 64bit PCI resource is present List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexey Korolev Cc: "qemu-devel@nongnu.org" , "kevin@koconnor.net" , "seabios@seabios.org" , Gerd Hoffmann , "mst@redhat.com" Il 26/07/2012 17:38, Alexey Korolev ha scritto: > If I add any DBUG call in acpi-dst it will cause BSOD on win2003 (win2008 works fine) You can try inlining it (in practice this means adding simple Store(0x41, DBGB) here and there). Paolo