[Xen-ia64-devel] [PATCH] fix spinlock initializer

2007-11-07 Thread Isaku Yamahata
fix spinlock initializer. It's very surprising this kind of bug remained. I'm wondering why noone else encounter this so far. -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Date 1194430183 -32400 # Node ID ae8b895f0c553d1b2a6aa81fd2d249a2b427704c # Parent

[Xen-ia64-devel] [PATCH] clean up vcpu_init_regs()

2007-11-07 Thread Isaku Yamahata
clean up of vcpu_init_regs(). use symbolical macro value instead of magic number. -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Date 1194431346 -32400 # Node ID 07e9f799e287f6e39351c5b9e632b0725aec8533 # Parent 2f8c2eb73f50cc68bde19d07fca12c44496f3c71 clean up of vcpu_init_regs().

Re: [Xen-ia64-devel] [PATCH 0/7] vti save-restore

2007-11-07 Thread Isaku Yamahata
Hi Alex. Thank you for the register dump. Otherwise it had been very hard to track it down without the info. The culprit is the patch, 1/7 fix ia64_leave_hypervisor. Although I haven't figured out why the patch causes hang yet, just omitting it is okay for now because it isn't directly related to

[Xen-ia64-devel] [Patch] remove panic_domain in guest_write_eoi() for not in-service

2007-11-07 Thread Akio Takebe
Hi, http://lists.xensource.com/archives/html/xen-ia64-devel/2007-10/msg00047.html I'm sorry for my delay response. I remade the patch. This patch is for kexec on HVM domain. Signed-off-by: Akio Takebe [EMAIL PROTECTED] Best Regards, Akio Takebe fix_ia64_eoi_of_null_vector.patch Description:

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Aron Griffis
Keir Fraser wrote: [Wed Nov 07 2007, 11:31:35AM EST] On 7/11/07 16:02, Aron Griffis [EMAIL PROTECTED] wrote: You need to reinstall the tools. I have, multiple times, including make uninstall first. What are you anticipating that a tools re-install will fix? The sysctl is almost

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Keir Fraser
On 7/11/07 16:02, Aron Griffis [EMAIL PROTECTED] wrote: You need to reinstall the tools. I have, multiple times, including make uninstall first. What are you anticipating that a tools re-install will fix? The sysctl is almost certainly failing because of a interface version mismatch.

Re: [Xen-ia64-devel] [PATCH] Simplify thash_purge_and_insert()

2007-11-07 Thread Alex Williamson
On Wed, 2007-11-07 at 13:24 +0900, Kouya Shimura wrote: Hi, This patch simplifies thash_purge_and_insert() for readability. PV domain never use this function. Applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org.

Re: [Xen-ia64-devel] [PATCH] fix spinlock initializer

2007-11-07 Thread Alex Williamson
On Wed, 2007-11-07 at 19:12 +0900, Isaku Yamahata wrote: fix spinlock initializer. It's very surprising this kind of bug remained. I'm wondering why noone else encounter this so far. Yes, odd we haven't seen any problems from it. Applied. Thanks, Alex -- Alex Williamson

Re: [Xen-ia64-devel] [PATCH 0/7] vti save-restore

2007-11-07 Thread Alex Williamson
On Wed, 2007-11-07 at 20:05 +0900, Isaku Yamahata wrote: Hi Alex. Thank you for the register dump. Otherwise it had been very hard to track it down without the info. The culprit is the patch, 1/7 fix ia64_leave_hypervisor. Although I haven't figured out why the patch causes hang yet, just

Re: [Xen-ia64-devel] [PATCH] clean up vcpu_init_regs()

2007-11-07 Thread Alex Williamson
On Wed, 2007-11-07 at 20:07 +0900, Isaku Yamahata wrote: clean up of vcpu_init_regs(). use symbolical macro value instead of magic number. Applied. Thanks, Alex -- Alex Williamson HP Open Source Linux Org.

Re: [Xen-ia64-devel] [Patch] remove panic_domain in guest_write_eoi() for not in-service

2007-11-07 Thread Alex Williamson
On Wed, 2007-11-07 at 21:12 +0900, Akio Takebe wrote: Hi, http://lists.xensource.com/archives/html/xen-ia64-devel/2007-10/msg00047.html I'm sorry for my delay response. I remade the patch. This patch is for kexec on HVM domain. Applied. Thanks, Alex -- Alex Williamson

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Aron Griffis
Keir Fraser wrote: [Wed Nov 07 2007, 12:30:29PM EST] Well, now you know the likely problem it doesn't sound like it will be very hard to track down! Actually, it wasn't the problem at all... My script was trying to copy the kernel from dist/install/boot/vmlinuz but recently it's changed to

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Keir Fraser
On 7/11/07 17:26, Aron Griffis [EMAIL PROTECTED] wrote: The sysctl is almost certainly failing because of a interface version mismatch. Could you be building the tools and Xen against different versions of the public sysctl.h header file? Yeah, I think that's it. I'm building on one

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Keir Fraser
On 7/11/07 15:55, Aron Griffis [EMAIL PROTECTED] wrote: Anybody know what might be the problem here? I'm sure the build is good and matches the running hypervisor and kernel, which are csets ia64/linux-2.6.18-xen.hg-210 and ia64/xen-unstable.hg-16314 You need to reinstall the tools. --

[Xen-ia64-devel] Re: [Xen-devel] xend sysctl operation failed

2007-11-07 Thread Aron Griffis
Keir Fraser wrote: [Wed Nov 07 2007, 10:57:09AM EST] On 7/11/07 15:55, Aron Griffis [EMAIL PROTECTED] wrote: Anybody know what might be the problem here? I'm sure the build is good and matches the running hypervisor and kernel, which are csets ia64/linux-2.6.18-xen.hg-210 and

[Xen-ia64-devel] xend sysctl operation failed

2007-11-07 Thread Aron Griffis
I'm seeing this failure trying to start xend: == xend-debug.log == Xend started at Wed Nov 7 09:30:01 2007. sysctl operation failed -- need to rebuild the user-space tool set? Exception starting xend: (13, 'Permission denied') == xend.log == [2007-11-07 09:30:01 3723] INFO (__init__:1072) Xend

Re: [Xen-ia64-devel] Xen summit

2007-11-07 Thread Simon Horman
On Wed, Nov 07, 2007 at 11:24:40PM -0500, Aron Griffis wrote: Hi All, As I think you know, I volunteered to do the xen/ia64 status update since Alex won't be at the summit next week. I'm planning to talk about the ia64 work that's been accomplished since April, plus talk about the roadmap

[Xen-ia64-devel] Xen summit

2007-11-07 Thread Aron Griffis
Hi All, As I think you know, I volunteered to do the xen/ia64 status update since Alex won't be at the summit next week. I'm planning to talk about the ia64 work that's been accomplished since April, plus talk about the roadmap that has been discussed recently on this list. Who's coming? In

Re: [Xen-ia64-devel] Xen summit

2007-11-07 Thread Akio Takebe
Hi, Aron As I think you know, I volunteered to do the xen/ia64 status update since Alex won't be at the summit next week. I'm planning to talk about the ia64 work that's been accomplished since April, plus talk about the roadmap that has been discussed recently on this list. Who's coming? In