6 messages in com.xensource.lists.xen-ia64-develRe: [Xen-ia64-devel] Problem with xen...
FromSent OnAttachments
Radek Antoniuk05 Apr 2007 02:07 
Akio Takebe05 Apr 2007 03:06 
Radek Antoniuk05 Apr 2007 04:09 
Radek Antoniuk05 Apr 2007 04:21 
Akio Takebe05 Apr 2007 05:02 
Akio Takebe05 Apr 2007 05:03 
Subject:Re: [Xen-ia64-devel] Problem with xen-3.0.4_1-src.tgz compilation onia64
From:Akio Takebe (take@jp.fujitsu.com)
Date:04/05/2007 05:03:43 AM
List:com.xensource.lists.xen-ia64-devel

Hi, Radek

I always use xen-ia64-unstable.hg because I develop it. Current xen-ia64 is very stable. And you may use RHEL5.

Best Regards,

Akio Takebe

2007/4/5, Akio Takebe <take@jp.fujitsu.com>:

Hi, Radek

I have never try xen-3.0.4_1_src, bt if you modify domain.c like the below, you can compile it.

--- xen/arch/ia64/xen/domain.c.orig 2007-04-05 20:26:43.000000000 +0900 +++ xen/arch/ia64/xen/domain.c 2007-04-05 20:26:58.000000000 +0900 @@ -867,7 +867,7 @@ int shadow_mode_control(struct domain *d #endif

// see arch/x86/xxx/domain_build.c -int elf_sanity_check(Elf_Ehdr *ehdr) +int elf_sanity_check(const Elf_Ehdr *ehdr) { if (!(IS_ELF(*ehdr))) {

Hi!

Indeed it helped. Shame that it is not in the official source :(

You said that you didn't try to use 3.0.4. Which would you prefer instead then?

Radek