7 messages in com.xensource.lists.xen-ia64-devel[Xen-ia64-devel] [PATCH 0/12] various...
FromSent OnAttachments
Isaku Yamahata19 Dec 2007 23:36 
Alex Williamson20 Dec 2007 05:56 
Isaku Yamahata20 Dec 2007 18:30 
SUZUKI Kazuhiro21 Dec 2007 02:04.patch
Isaku Yamahata21 Dec 2007 03:58 
Yuzhong Sun22 Dec 2007 06:53 
Alex Williamson30 Dec 2007 13:06 
Subject:[Xen-ia64-devel] [PATCH 0/12] various fixes related the xen relocation
From:Isaku Yamahata (yama@valinux.co.jp)
Date:12/19/2007 11:36:41 PM
List:com.xensource.lists.xen-ia64-devel

When Xen was made relocatable, some code are broken. This patch set addresses on it.

I went little further. Some of the assembler functions related to context switch maps stack, others doesn't. It isn't consistent. So there were two choice for consistency. My choice is mapping stacks. After that, it isn't necessary that stack is allocated from xenheap. Allocate stack from domheap, thus memory pressure on xenheap was reduced.

To be honest I didn't test the mca patch(). Kazuhiro, Could you please review and test it?

thanks