From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LP60g-0006y9-Kq for qemu-devel@nongnu.org; Mon, 19 Jan 2009 21:06:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP60e-0006vs-64 for qemu-devel@nongnu.org; Mon, 19 Jan 2009 21:06:33 -0500 Received: from [199.232.76.173] (port=57546 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP60d-0006vo-VS for qemu-devel@nongnu.org; Mon, 19 Jan 2009 21:06:31 -0500 Received: from e8.ny.us.ibm.com ([32.97.182.138]:53578) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LP60d-00087T-Ke for qemu-devel@nongnu.org; Mon, 19 Jan 2009 21:06:31 -0500 Received: from d01relay02.pok.ibm.com (d01relay02.pok.ibm.com [9.56.227.234]) by e8.ny.us.ibm.com (8.13.1/8.13.1) with ESMTP id n0K20NpQ028269 for ; Mon, 19 Jan 2009 21:00:23 -0500 Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by d01relay02.pok.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id n0K26TZO179474 for ; Mon, 19 Jan 2009 21:06:29 -0500 Received: from d01av03.pok.ibm.com (loopback [127.0.0.1]) by d01av03.pok.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id n0K26TK1031365 for ; Mon, 19 Jan 2009 21:06:29 -0500 Message-ID: <4975319A.4020306@us.ibm.com> Date: Mon, 19 Jan 2009 20:06:18 -0600 From: Anthony Liguori MIME-Version: 1.0 References: <20090120012802.GA23479@amt.cnet> In-Reply-To: <20090120012802.GA23479@amt.cnet> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Re: [PATCH] MTRR+SMBIOS Bochs patches 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: qemu-devel@nongnu.org, Avi Kivity Marcelo Tosatti wrote: > Attached patch adds a series of patches against Bochs, from KVM tree: > - 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 > > Wow, awesome! Can you send each patch as a member of a patch series so they can be reviewed individually? Please CC bochs-devel. I'll take care of putting them in the right place in SVN. Regards, Anthony Liguori