From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LP6Px-00084b-6D for qemu-devel@nongnu.org; Mon, 19 Jan 2009 21:32:41 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LP6Pv-00083a-Ih for qemu-devel@nongnu.org; Mon, 19 Jan 2009 21:32:40 -0500 Received: from [199.232.76.173] (port=56949 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LP6Pv-00083R-CQ for qemu-devel@nongnu.org; Mon, 19 Jan 2009 21:32:39 -0500 Received: from mx2.redhat.com ([66.187.237.31]:39285) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LP6Pu-0001NT-TY for qemu-devel@nongnu.org; Mon, 19 Jan 2009 21:32:39 -0500 Message-Id: <20090120023040.623163208@amt.cnet> Date: Tue, 20 Jan 2009 00:30:40 -0200 From: Marcelo Tosatti Subject: [Qemu-devel] [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: qemu-devel@nongnu.org, bochs-developers@lists.sourceforge.net Cc: Anthony Liguori MTRR support and SMBIOS updates 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