WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] [PATCH][HVM] HVM guest creation crashing with 1 MB of gu

To: Andre Przywara <andre.przywara@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] [PATCH][HVM] HVM guest creation crashing with 1 MB of guest memory
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Fri, 04 May 2007 14:57:32 +0100
Delivery-date: Fri, 04 May 2007 06:56:22 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <463B396E.5030606@xxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AceOVCkFZ7WDhfpHEdu9IwAX8io7RQ==
Thread-topic: [Xen-devel] [PATCH][HVM] HVM guest creation crashing with 1 MB of guest memory
User-agent: Microsoft-Entourage/11.3.3.061214


On 4/5/07 14:47, "Andre Przywara" <andre.przywara@xxxxxxx> wrote:

> When an HVM guest is started and assigned exactly one Megabyte of RAM,
> XEN will crash due to a overflow in building the E820 map in line 90 of
> tools/libxc/xc_hvm_build.c:
> e820entry[nr_map].size = mem_size - 0x100000 - PAGE_SIZE * 3;
> If memsize is one MB, the result will be negative (and the member is
> unsigned). As I don't think this is worth fixing here, I simply
> increased the minimal required memory for guest from zero to one
> Megabyte. Could someone check the effect on paravirtualized guests?

Better to check and reject the memory size in xc_hvm_build() itself. I'll
make a patch to do this.

 -- Keir



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>