[Xen-ia64-devel] [Patch][RFC] buildconfigs of supporting SPARSEMEM

2007-01-30 Thread Akio Takebe
Hi, This patch is for updating buildconfig. This patch fix the following issue which dom0 reserves waste memory. See the following link. http://lists.xensource.com/archives/html/xen-ia64-devel/2007-01/msg00113.html In the case of linux side, it seems SPARSEMEM is used with NUMA. Actually in

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] Clean up and fix errors in strncpy - strlcpy conversion

2007-01-30 Thread Keir Fraser
On 30/1/07 08:23, Christoph Egger [EMAIL PROTECTED] wrote: In my patch, safe_strcpy() is gone. And anyway, if safe_strcpy works as expected, then apart from the return value there's no difference to strlcpy(). I kept safe_strcpy() now implemented over strlcpy() and returns non-zero if the

[Xen-ia64-devel] Does vnif can be support in 3.0.4 or 3.0.3

2007-01-30 Thread Tang, Wei
Hi, All: Does anyone can tell me which release version can support VNIF? 3.0.3 or 3.0.4? Thanks Wei Intel Xen Virtualization Enabling Global Developer Relations Division 汤 维 PRC AE ___ Xen-ia64-devel mailing list

Re: [Xen-ia64-devel] Does vnif can be support in 3.0.4 or 3.0.3

2007-01-30 Thread Atsushi SAKAI
Hi, Wei It should be run on both. Thanks Atsushi SAKAI Tang, Wei [EMAIL PROTECTED] wrote: Hi, All: Does anyone can tell me which release version can support VNIF? 3.0.3 or 3.0.4? Thanks Wei Intel Xen Virtualization Enabling Global Developer Relations Division フタ

[Xen-ia64-devel] [PATCH] fix cross compiling ia64 on x86

2007-01-30 Thread Isaku Yamahata
fix cross-compile failure ia64 on x86 of c/s 13636:583441e296a1. When cross-compiling ia64 on x86 box, compiling checker.c fails without this patch. -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Date 1170143511 -32400 # Node ID 94c3db4748b2bf5867a1e3585c5edeb595875de2 # Parent

[Xen-ia64-devel] [PATCH] new domain builder fix to boot domU on IA64.

2007-01-30 Thread Isaku Yamahata
new domain builder fix to boot domU on IA64. -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Date 1170159530 -32400 # Node ID 6e847ce8e4a38ccc0847a1fea54fa4189ebb73fa # Parent 94c3db4748b2bf5867a1e3585c5edeb595875de2 new domain builder fix to boot domU on IA64. PATCHNAME:

Re: [Xen-ia64-devel] [PATCH] new domain builder fix to boot domU onIA64.

2007-01-30 Thread Akio Takebe
Hi, Isaku Great. I was trying to fix this issue. I can boot domU, and also I can boot domU with my SPARSEMEM config. Best Regards, Akio Takebe ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] Clean up and fix errors in strncpy - strlcpy conversion

2007-01-30 Thread Aron Griffis
Christoph Egger wrote: [Tue Jan 30 2007, 03:23:07AM EST] On Tuesday 30 January 2007 02:10, Aron Griffis wrote: This patch is for the staging tree. Please apply. # HG changeset patch # User Aron Griffis [EMAIL PROTECTED] # Date 1170118368 18000 # Node ID

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] fix cross compiling ia64 on x86

2007-01-30 Thread Keir Fraser
On 30/1/07 12:22 pm, Isaku Yamahata [EMAIL PROTECTED] wrote: fix cross-compile failure ia64 on x86 of c/s 13636:583441e296a1. When cross-compiling ia64 on x86 box, compiling checker.c fails without this patch. Applied, but adding a new 'middle' hook is unfortunate. Is there perhaps a better

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] fix cross compiling ia64 on x86

2007-01-30 Thread Keir Fraser
On 30/1/07 1:55 pm, Keir Fraser [EMAIL PROTECTED] wrote: On 30/1/07 12:22 pm, Isaku Yamahata [EMAIL PROTECTED] wrote: fix cross-compile failure ia64 on x86 of c/s 13636:583441e296a1. When cross-compiling ia64 on x86 box, compiling checker.c fails without this patch. Applied, but adding a

Re: [Xen-ia64-devel] [Patch][RFC] buildconfigs of supporting SPARSEMEM

2007-01-30 Thread Aron Griffis
Akio Takebe wrote: [Tue Jan 30 2007, 04:10:06AM EST] In the case of linux side, it seems SPARSEMEM is used with NUMA. Actually in linux-2.6.18, NUMA depends on !FLATMEM. This is very interesting because RH xen/ia64 currently uses CONFIG_NUMA=y with CONFIG_FLATMEM_MANUAL=y, which is apparently

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] fix cross compiling ia64 on x86

2007-01-30 Thread Keir Fraser
On 30/1/07 12:22 pm, Isaku Yamahata [EMAIL PROTECTED] wrote: fix cross-compile failure ia64 on x86 of c/s 13636:583441e296a1. When cross-compiling ia64 on x86 box, compiling checker.c fails without this patch. I excluded the change to mkchecker.py. Apart from Gerd commenting on it, it

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] Clean up and fix errors in strncpy - strlcpy conversion

2007-01-30 Thread Keir Fraser
On 30/1/07 3:26 pm, Christoph Egger [EMAIL PROTECTED] wrote: You're confusing the cleanups with the bugfixes. Any use of safe_strcpy() in my patch was just cleanup. The bugfixes are on the signature fields (the first change quoted above), which I changed to use memcpy since strlcpy adds

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] new domain builder fix to boot domU on IA64.

2007-01-30 Thread Isaku Yamahata
On Tue, Jan 30, 2007 at 03:06:36PM +0100, Gerd Hoffmann wrote: +static int arch_setup_middle(struct xc_dom_image *dom) +{ DECLARE_DOMCTL; int rc; @@ -268,16 +280,35 @@ static int arch_setup_early(struct xc_do domctl.cmd = XEN_DOMCTL_arch_setup; domctl.domain =

[PATCH] readd arch_free_page (was Re: [Xen-ia64-devel] Merge with xen-unstable.hg - status)

2007-01-30 Thread Isaku Yamahata
readd arch_free_page which should be arch dependent header file. Without this patch, bad_page() of linux may be hit. FYI: linux-2.6.18-xen/drivers/oprofile/oprof.c doesn't compile. --- linux-2.6.18-xen/drivers/oprofile/oprof.c.orig 2007-01-31 16:16:18.0 +0900 +++