From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O9ITI-0000Qc-6L for qemu-devel@nongnu.org; Tue, 04 May 2010 09:47:36 -0400 Received: from [140.186.70.92] (port=49044 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9ITF-0000OZ-Uy for qemu-devel@nongnu.org; Tue, 04 May 2010 09:47:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O9ITE-0003BO-BP for qemu-devel@nongnu.org; Tue, 04 May 2010 09:47:33 -0400 Received: from mail-px0-f173.google.com ([209.85.212.173]:59230) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O9ITE-0003BE-6o for qemu-devel@nongnu.org; Tue, 04 May 2010 09:47:32 -0400 Received: by pxi19 with SMTP id 19so1729370pxi.4 for ; Tue, 04 May 2010 06:47:30 -0700 (PDT) Message-ID: <4BE0256F.8090708@codemonkey.ws> Date: Tue, 04 May 2010 08:47:27 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] hw: better i440 emulation References: <1271789286-10749-1-git-send-email-qemudevbmw@lsmod.de> In-Reply-To: <1271789286-10749-1-git-send-email-qemudevbmw@lsmod.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Bernhard M. Wiedemann" Cc: qemu-devel@nongnu.org On 04/20/2010 01:48 PM, Bernhard M. Wiedemann wrote: > updated version of an old patch > http://xenon.stanford.edu/~eswierk/misc/qemu-linuxbios/qemu-piix-ram-size.patch > that together with > http://www.mail-archive.com/linuxbios@linuxbios.org/msg02390.html > (which is already in coreboot trunk) allows coreboot to autodetect the amount of RAM within qemu/kvm from a register in i440 northbridge. > > The message on the old patch states: > Unfortunately the current version of qemu does not set these > registers, but I have patched qemu so that it emulates the i440 more > faithfully in this regard. > > Signed-off-by: Bernhard M. Wiedemann > Applied. Thanks. Regards, Anthony Liguori