From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KduMa-0003RT-00 for qemu-devel@nongnu.org; Thu, 11 Sep 2008 18:10:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KduMY-0003Qa-GE for qemu-devel@nongnu.org; Thu, 11 Sep 2008 18:10:07 -0400 Received: from [199.232.76.173] (port=43404 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KduMY-0003QF-C2 for qemu-devel@nongnu.org; Thu, 11 Sep 2008 18:10:06 -0400 Received: from mail.gmx.net ([213.165.64.20]:47838) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KduMW-0000JT-Nw for qemu-devel@nongnu.org; Thu, 11 Sep 2008 18:10:05 -0400 Message-ID: <05bb01c9145b$1fb22d80$0201a8c0@zeug> From: "Sebastian Herbszt" References: <20080820131529.GJ3235@minantech.com> <20080824154517.GA23762@morn.localdomain><20080825063831.GE6192@minantech.com> <000101c906ba$94a62550$bdf26ff0$@com> <006a01c90ba0$c6e85e80$0201a8c0@zeug> <000c01c90baf$3f8f5470$beadfd50$@com> Date: Fri, 12 Sep 2008 00:09:24 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit 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: Stanislav Shwartsman , 'Gleb Natapov' , 'Kevin O'Connor' Cc: bochs-developers@lists.sourceforge.net, qemu-devel@nongnu.org Stanislav Shwartsman wrote: > Hi, > > As I already told, I have no idea about BIOS and can't check if the patch is > correct. > I hope Volker could make a decision or you will follow the guideline that I > tried to invent before. > Somebody of you (not just a patch author) should confirm that the patch is > OK and could be safely merged to CVS. The patch looks ok to me. The new version does address Kevin's comment about using MinFixed instead of MinNotFixed, so there are no outstanding issues. It already got commited to kvm-userspace as "kvm: bios: avoid accessing CMOS NVRAM from ACPI AML" [1] so it should already have some exposure. [1] http://git.kernel.org/?p=virt/kvm/kvm-userspace.git;a=commit;h=04c154af9b1b5af9edee1cc0afbb3eac4b218531 - Sebastian