Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-05-08 Thread Alex Williamson
On Wed, 2006-05-03 at 16:03 +0900, Akio Takebe wrote: The above change is wrong. Please backout or fix somehow. With P=M model it works but it isn't right. It breaks the P2M/VP patches. Please see construct_dom0(). I attach a patch which fix the above bug. Applied. -- Alex Williamson

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-05-07 Thread Isaku Yamahata
On Sat, May 06, 2006 at 06:17:30PM +0900, Akio Takebe wrote: You are right. I want to free the reserved regions after construct_dom0(). But now, please leave the reserved code since the waste memory is small. I'll make free_initrd_mem() like a linux and fix it. What do you think about it?

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-05-06 Thread Akio Takebe
Hi, Why does the region need reservation? dom0/initrd images are copied by construct_dom0(). The dom0/initrd regions must not be used before contruct_dom0(), but they can be used after construct_dom0(). Yes, dom0/inird images are copied by construct_dom0(). But the region is clean up by

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-05-03 Thread Akio Takebe
Hi, Isaku Why does the region need reservation? dom0/initrd images are copied by construct_dom0(). The dom0/initrd regions must not be used before contruct_dom0(), but they can be used after construct_dom0(). Yes, dom0/inird images are copied by construct_dom0(). But the region is clean up by

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-05-03 Thread Isaku Yamahata
Hi. On Wed, May 03, 2006 at 04:03:00PM +0900, Akio Takebe wrote: Content-Description: Mail message body Why does the region need reservation? dom0/initrd images are copied by construct_dom0(). The dom0/initrd regions must not be used before contruct_dom0(), but they can be used after

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-05-01 Thread Isaku Yamahata
Hi Takebe. On Wed, Apr 26, 2006 at 12:25:42AM +0900, Akio Takebe wrote: Content-Description: Mail message body Our patch fix domain0 boot panic on large memory system. (e.g. amount of installed memory is 16GB) Memory of domain0 is not reserved now. Our patch can make this memory

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-04-26 Thread Alex Williamson
On Wed, 2006-04-26 at 00:25 +0900, Akio Takebe wrote: Hi, Our patch fix domain0 boot panic on large memory system. (e.g. amount of installed memory is 16GB) Memory of domain0 is not reserved now. Our patch can make this memory reserved. And we clean up initrd_start of domain0.

[Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-04-25 Thread Akio Takebe
Hi, Our patch fix domain0 boot panic on large memory system. (e.g. amount of installed memory is 16GB) Memory of domain0 is not reserved now. Our patch can make this memory reserved. And we clean up initrd_start of domain0. Signed-off-by: Kouya Shimura [EMAIL PROTECTED] Signed-off-by: Akio

Re: [Xen-ia64-devel] [Patch] Reseve memory of domain0 (fix dom0 boot panic)

2006-04-25 Thread Tristan Gingold
Le Mardi 25 Avril 2006 17:25, Akio Takebe a écrit : Hi, Our patch fix domain0 boot panic on large memory system. (e.g. amount of installed memory is 16GB) Memory of domain0 is not reserved now. Our patch can make this memory reserved. And we clean up initrd_start of domain0. Quiet strange