From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JjgPq-0008M3-UU for qemu-devel@nongnu.org; Wed, 09 Apr 2008 15:57:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JjgPp-0008Ll-Ez for qemu-devel@nongnu.org; Wed, 09 Apr 2008 15:57:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JjgPp-0008Lc-8B for qemu-devel@nongnu.org; Wed, 09 Apr 2008 15:57:05 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JjgPo-0003GL-Gt for qemu-devel@nongnu.org; Wed, 09 Apr 2008 15:57:04 -0400 Message-ID: <038101c89a7b$dfc9ac10$0201a8c0@zeug> From: "Sebastian Herbszt" References: <1202137865-20232-1-git-send-email-aliguori@us.ibm.com><1202137865-20232-2-git-send-email-aliguori@us.ibm.com> <20080408215041.GD11492@volta.aurel32.net> Subject: Re: [Qemu-devel] [PATCH 1/5] Use correct types toenable > 2G support (v3) Date: Wed, 9 Apr 2008 21:52:19 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: kvm-devel@lists.sourceforge.net, qemu-devel@nongnu.org Cc: Aurelien Jarno >> KVM supports more than 2GB of memory for x86_64 hosts. The following >> patch >> fixes a number of type related issues where int's were being used >> when they >> shouldn't have been. It also introduces CMOS support so the BIOS can >> build >> the appropriate e820 tables. > > Is this already supported in bochsbios? If not, do you have a patch > at hand? It is not yet supported by the bochs bios. The patch by Izik Eidus can be found at http://lists.gnu.org/archive/html/qemu-devel/2008-02/msg00065.html or as #1895665 on the bochs sf page. - Sebastian