From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KXVis-0001nD-Fj for qemu-devel@nongnu.org; Mon, 25 Aug 2008 02:38:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KXVin-0001fR-3t for qemu-devel@nongnu.org; Mon, 25 Aug 2008 02:38:41 -0400 Received: from [199.232.76.173] (port=41601 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KXVim-0001f2-QR for qemu-devel@nongnu.org; Mon, 25 Aug 2008 02:38:36 -0400 Received: from mx20.gnu.org ([199.232.41.8]:27812) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KXVim-0007W2-9r for qemu-devel@nongnu.org; Mon, 25 Aug 2008 02:38:36 -0400 Received: from il.qumranet.com ([212.179.150.194]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KXVik-0006nL-OP for qemu-devel@nongnu.org; Mon, 25 Aug 2008 02:38:35 -0400 Date: Mon, 25 Aug 2008 09:38:31 +0300 From: Gleb Natapov Message-ID: <20080825063831.GE6192@minantech.com> References: <20080820131529.GJ3235@minantech.com> <20080824154517.GA23762@morn.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080824154517.GA23762@morn.localdomain> Subject: [Qemu-devel] Re: [Bochs-developers] BIOS, ACPI, CMOS and Windows EvenID: 4 Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin O'Connor Cc: bochs-developers@lists.sourceforge.net, qemu-devel@nongnu.org On Sun, Aug 24, 2008 at 11:45:17AM -0400, Kevin O'Connor wrote: > On Wed, Aug 20, 2008 at 04:15:30PM +0300, Gleb Natapov wrote: > > AML, that is shipped with BIOS, reads data from CMOS by directly > > accessing ports 0x70-0x71. This makes windows guest unhappy. It logs > > error EventID 4 into event log: > [...] > > DWordMemory (ResourceProducer, PosDecode, MinNotFixed, MaxFixed, NonCacheable, ReadWrite, > > With this patch, should that now read MinFixed instead of MinNotFixed? > You are right. I fixed that and posted the patch to SF tracker. -- Gleb.