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-ppc-devel

[XenPPC] SystemSim issues

To: xen-ppc-devel <xen-ppc-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [XenPPC] SystemSim issues
From: Jimi Xenidis <jimix@xxxxxxxxxxxxxx>
Date: Tue, 15 Aug 2006 11:37:43 -0400
Delivery-date: Tue, 15 Aug 2006 08:37:56 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ppc-devel-request@lists.xensource.com?subject=help>
List-id: Xen PPC development <xen-ppc-devel.lists.xensource.com>
List-post: <mailto:xen-ppc-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ppc-devel>, <mailto:xen-ppc-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ppc-devel-bounces@xxxxxxxxxxxxxxxxxxx
ok.. Turns out that SystemSim is broken because there is not enough memory. It currently has only 128M, with the correct heap strategy (where xen- heap gets 64M) there is not enuff memory to create dom0.

bumping the memory slows initialization considerably :(
-JX

diff -u -r1.5 xen.tcl
--- xen.tcl     7 Jun 2006 21:46:32 -0000       1.5
+++ xen.tcl     15 Aug 2006 15:36:18 -0000
@@ -17,7 +17,7 @@
#
define dup gpul myconf
myconf config cpus 1
-myconf config memory_size 128M
+myconf config memory_size 512M
myconf config processor timebase_frequency 1/8
myconf config kdebug_enable  1

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

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