From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LPkvY-0006IS-4b for qemu-devel@nongnu.org; Wed, 21 Jan 2009 16:48:00 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LPkvT-0006GH-9E for qemu-devel@nongnu.org; Wed, 21 Jan 2009 16:47:59 -0500 Received: from [199.232.76.173] (port=40813 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LPkvS-0006G1-Vx for qemu-devel@nongnu.org; Wed, 21 Jan 2009 16:47:55 -0500 Received: from e6.ny.us.ibm.com ([32.97.182.146]:53062) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LPkvR-00086m-Iy for qemu-devel@nongnu.org; Wed, 21 Jan 2009 16:47:54 -0500 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by e6.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0LLlsW8005713 for ; Wed, 21 Jan 2009 16:47:54 -0500 Received: from d01av01.pok.ibm.com (d01av01.pok.ibm.com [9.56.224.215]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0LLlZY7168612 for ; Wed, 21 Jan 2009 16:47:35 -0500 Received: from d01av01.pok.ibm.com (loopback [127.0.0.1]) by d01av01.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n0LLlYqF032185 for ; Wed, 21 Jan 2009 16:47:34 -0500 Message-ID: <497797EA.5030402@us.ibm.com> Date: Wed, 21 Jan 2009 15:47:22 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20090120023040.623163208@amt.cnet> In-Reply-To: <20090120023040.623163208@amt.cnet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [patch 0/9] Bochs BIOS MTRR support + SMBIOS updates Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: bochs-developers@lists.sourceforge.net, qemu-devel@nongnu.org Marcelo Tosatti wrote: > MTRR support and SMBIOS updates from KVM tree: > Applied them all as one commit. Thanks. Regards, Anthony Liguori > - SMBIOS updates > - MTRR support > - unconditional mptable > > Alex Williamson (4): > kvm: bios: extend MTRRs to above 4G > kvm: bios: cleanup/consolidate above 4G memory parsing > kvm: bios: update SMBIOS table to report memory above 4G > kvm: bios: switch MTRRs to cover only the PCI range and default to WB > > Avi Kivity (3): > kvm: bios: generate mptable unconditionally > kvm: bios: add mtrr support > kvm: bios: smp mtrr support > > Bill Rieske (2): > kvm: bios: resolve memory device roll over reporting issues with >32 guests > kvm: bios: fix smbios memory device length boundary condition > > > > >