From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Berger Subject: [PATCH] [HVM] [RFC] Moving the e820 table creation into hvmloader Date: Tue, 07 Nov 2006 12:23:48 -0500 Message-ID: <1162920228.16816.4.camel@lt2.watson.ibm.com> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen-devel List-Id: xen-devel@lists.xenproject.org This patch moves the creation of the e820 tables from libxc into the hvmloader. I have implemented some functions around the e820 tables for adding and reserving memory areas. I am using these to build the tables and reserve memory for BIOS and ACPI data. ACPI memory area is only reserved if ACPI is enabled for the domain. Signed-off-by: Stefan Berger