[Xen-ia64-devel] FW: [Xen-devel] [PATCH] Fix ia64 compilation broken on xen-unstable

2006-06-02 Thread Tian, Kevin
FYI. Thanks, Kevin - From: Tian, Kevin Sent: 2006年6月2日 12:08 Hi, Keir, Attached a small patch to fix broken ia64 compilation on latest xen-unstable.hg. There're still some problem preventing xen/ia64 booting and now I'm looking at it.

[Xen-ia64-devel] FW: [Xen-devel] [PATCH] Re-enable xen/ia64 working

2006-06-02 Thread Tian, Kevin
FYI. Thanks, Kevin -Original Message- From: Tian, Kevin Sent: 2006年6月2日 14:11 Hi, Keir, This patch re-enables xen/ia64 working on latest xen-unstable.hg. Due to prototype of alloc_vcpu moved to different header file, compiler throws out warning and consider default return

Re: [PATCH] check memory descriptor over lap in dom_fw_init() (was Re: [Xen-ia64-devel] [PATCH]Fix domain0 no VGA console bug.)

2006-06-02 Thread Isaku Yamahata
Hi Alex. You're right. It could be simplified. It had also a bug. The new patch is attached. please find it. Thanks. On Thu, Jun 01, 2006 at 01:19:02PM -0600, Alex Williamson wrote: Hi Isaku, I like this idea, this should really help creating dom0s with large memory (the swiotlb doesn't

[Xen-ia64-devel] [Patch] [RFC] README patch of booting xen

2006-06-02 Thread Akio Takebe
Hi, We make a patch to remake README.xenia64. Welcome to commets. :-) Signed-off-by: Yutaka Ezaki [EMAIL PROTECTED] Signed-off-by: nakato [EMAIL PROTECTED] Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe Hi, Kevin I remembered that several people ever cried for same

RE: [Xen-ia64-devel][PATCH] fixed a bug which causes Oops

2006-06-02 Thread Xu, Anthony
Resend Thanks, -Anthony -Original Message- From: Alex Williamson [mailto:[EMAIL PROTECTED] Sent: 2006?6?1? 0:10 To: Xu, Anthony Cc: xen-ia64-devel@lists.xensource.com Subject: Re: [Xen-ia64-devel][PATCH] fixed a bug which causes Oops On Wed, 2006-05-31 at 12:13 +0800, Xu, Anthony

RE: [Xen-ia64-devel] [PATCH] Handle VTi's fp fault and trap inhypervisor instead of injecting to guest.

2006-06-02 Thread Zhang, Xiantao
Hi Alex, Please drop this patch. Thanks Best Regards -Xiantao OTC,Intel corporation -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Zhang, Xiantao Sent: 2006年6月2日 16:37 To: xen-ia64-devel@lists.xensource.com Subject: [Xen-ia64-devel]

Re: [Xen-ia64-devel] Re: [Xen-users] XEN on machines with EFI

2006-06-02 Thread Rodrigo Lord
Hello! Yes, I do the make modules_install in linux-2.6.16.13-xen0 and in linux-2.6.16.13-xenU. I don`t understand why I can`t execute the mkinitrd correctly... the option -f is illegal: debian-ia64:/home/peso/xen-ia64-unstable.hg/linux-2.6.16.13-xen0# mkinitrd -f

[Xen-ia64-devel] [patch 0/4] fix debug=y build

2006-06-02 Thread Aron Griffis
This series of patches intends to fix building the hypervisor with debug=y on ia64. ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel] [patch 1/4] fix debug=y build: remove ASSERT(THASH_TLB)

2006-06-02 Thread Aron Griffis
ht is no longer a member of thash_cb_t, and THASH_TYPE is no longer tracked. Remove this bogus ASSERT. Signed-off-by: Aron Griffis [EMAIL PROTECTED] --- a/xen/arch/ia64/vmx/vtlb.c Thu Jun 01 15:32:44 2006 -0400 +++ b/xen/arch/ia64/vmx/vtlb.c Fri Jun 02 10:18:05 2006 -0400 @@ -558,7 +558,6 @@

[Xen-ia64-devel] [patch 2/4] fix debug=y build: restrict audit_domains_key to x86

2006-06-02 Thread Aron Griffis
This patch is sent mostly as an RFC, since it needs to go to xen-devel for approval... audit_domains_key is only defined on x86, restrict it to that architecture. Signed-off-by: Aron Griffis [EMAIL PROTECTED] --- a/xen/common/keyhandler.c Thu Jun 01 15:32:44 2006 -0400 +++

[Xen-ia64-devel] [patch 3/4] fix debug=y build: update ASSERT(acktype)

2006-06-02 Thread Aron Griffis
action-acktype is no longer defined here. Dereference desc-action-acktype to get to it. Signed-off-by: Aron Griffis [EMAIL PROTECTED] --- a/xen/arch/ia64/xen/irq.c Thu Jun 01 15:32:44 2006 -0400 +++ b/xen/arch/ia64/xen/irq.c Fri Jun 02 10:18:05 2006 -0400 @@ -440,7 +440,7 @@ int

[Xen-ia64-devel] [RFC 1/2] Xen/ia64 modified files

2006-06-02 Thread Alex Williamson
This patch includes only the modifications to existing Linux/ia64 files to support both privileged and un-privileged guests on Xen/ia64. arch/ia64/Kconfig | 16 +++ arch/ia64/Makefile | 18 +++ arch/ia64/hp/sim/Makefile |2 arch/ia64/kernel/entry.S

[Xen-ia64-devel] [RFC 2/2][1/4] Xen/ia64 added files

2006-06-02 Thread Alex Williamson
Looks like this set of changes probably got stuck for being too big. I'm not sure who moderates this list and how often they check on it, so I'll split it up a bit more. This first set is the new arch/ia64/xen c files and Makefile. The second is all the new header files. The last two sets

[Xen-ia64-devel] [RFC 2/2][3/4] Xen/ia64 added files

2006-06-02 Thread Alex Williamson
The smaller assembly files... hypercall.S | 353 +++ xenentry.S | 883 xenpal.S| 76 + xensetup.S | 24 + 4 files changed, 1336 insertions(+) -- Alex Williamson HP

[Xen-ia64-devel] [RFC 2/2][2/4] Xen/ia64 added files

2006-06-02 Thread Alex Williamson
New headers... arch/ia64/xen/xenminstate.h | 369 include/asm-ia64/fixmap.h |2 include/asm-ia64/hypercall.h| 511 include/asm-ia64/hypervisor.h | 180 ++ include/asm-ia64/privop.h

Re: [Xen-ia64-devel] Re: [Xen-users] XEN on machines with EFI

2006-06-02 Thread Akio Takebe
Hi, Option -f is overwrite option. If you don't have /boot/efi/efi/debian/initrd-2.6.16.13-xen0.img, -f isn't necessary. You try to do that without -f option. Best Regards, Akio Takebe Hello! Yes, I do the make modules_install in linux-2.6.16.13-xen0 and in linux-2.6.16.13-xenU. I don`t