From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34789) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUfTN-00081I-G3 for qemu-devel@nongnu.org; Fri, 11 Oct 2013 12:21:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VUfTH-0004Gu-Gi for qemu-devel@nongnu.org; Fri, 11 Oct 2013 12:21:53 -0400 Received: from mx1.redhat.com ([209.132.183.28]:12402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VUfTH-0004Go-81 for qemu-devel@nongnu.org; Fri, 11 Oct 2013 12:21:47 -0400 Message-ID: <1381508501.23065.16.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Fri, 11 Oct 2013 18:21:41 +0200 In-Reply-To: <20131011160157.2123639d@nial.usersys.redhat.com> References: <1381409669-8044-1-git-send-email-kraxel@redhat.com> <20131011132006.7261acd8@nial.usersys.redhat.com> <1381494432.23065.7.camel@nilsson.home.kraxel.org> <20131011160157.2123639d@nial.usersys.redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RfC PATCH] e820: pass high memory too. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Igor Mammedov Cc: Andrea Arcangeli , qemu-devel@nongnu.org, Anthony Liguori Hi, > BTW: what about OVMF and core boot, how would they know that there is more > then 1Tb RAM? They should look at fw_cfg too. Both have support for fw_cfg already, but don't parse the e820 table today. Shouldn't be that hard to add though. cheers, Gerd