[Xen-ia64-devel] [PATCH] Fixed PGT and PGC flags

2006-03-14 Thread Masaki Kanno
Hi, This patch fixed PGT and PGC flags in include/asm-ia64/mm.h. It's same as x86_64. Please see the below. http://lists.xensource.com/archives/html/xen-ia64-devel/2006-03/msg00229.html http://lists.xensource.com/archives/html/xen-ia64-devel/2006-03/msg00235.html Signed-off-by: Masaki Kanno

Re: [Xen-ia64-devel]Question about priv_ptc_e

2006-03-14 Thread Tristan Gingold
Le Mardi 14 Mars 2006 07:11, Xu, Anthony a écrit : From: Magenheimer, Dan (HP Labs Fort Collins) Sent: 2006年3月11日 1:35 It would be OK to clean this up. It may actually be causing a bug! But I would like to preserve the code rather than remove it as it is possible that it may be used

[Xen-ia64-devel] Re: ia64 tripping over BUG_ON from cset 9224

2006-03-14 Thread Keir Fraser
On 14 Mar 2006, at 05:16, Alex Williamson wrote: When booting an ia64 guest domain on current xen-unstable.hg we hit BUG_ON(info-rq != NULL) in blkfront/vbd.c:xlvbd_alloc_gendisk(). Skipping this BUG_ON allows a domU to boot normally using a file backed vbd. Is this BUG_ON really

RE: [Xen-ia64-devel]Question about priv_ptc_e

2006-03-14 Thread Magenheimer, Dan (HP Labs Fort Collins)
There are several of these that need to be changed, so let's change all of them the same way at the same time. It is still being used. At least, Dom0 uses pte.e to emulate fc. GLOBAL_ENTRY(xen_fc) 261 movl r8=running_on_xen;; 262 ld4 r8=[r8];; 263 cmp.eq

[Xen-ia64-devel] [PATCH] Turn off pending guest timer printk

2006-03-14 Thread Magenheimer, Dan (HP Labs Fort Collins)
Per discussion in January, this printk can be turned off as it is just indicating that a condition occurred which Kevin fixed. http://lists.xensource.com/archives/html/xen-ia64-devel/2006-01/msg00117 .html The similar Oops: timer tick before it's due from Linux is probably related but not

Re: [Xen-ia64-devel] [PATCH] Fixed PGT and PGC flags

2006-03-14 Thread Alex Williamson
On Tue, 2006-03-14 at 17:01 +0900, Masaki Kanno wrote: Hi, This patch fixed PGT and PGC flags in include/asm-ia64/mm.h. It's same as x86_64. Please see the below. http://lists.xensource.com/archives/html/xen-ia64-devel/2006-03/msg00229.html

Re: [Xen-ia64-devel] [PATCH] Turn off pending guest timer printk

2006-03-14 Thread Alex Williamson
On Tue, 2006-03-14 at 11:30 -0800, Magenheimer, Dan (HP Labs Fort Collins) wrote: Per discussion in January, this printk can be turned off as it is just indicating that a condition occurred which Kevin fixed. Applied. (Sign-off received off list) -- Alex Williamson

[Xen-ia64-devel] [Patch] remove warning of xen_init()

2006-03-14 Thread Akio Takebe
Hi, The below is cleanup warning patch. Signed-off-by: Akio Takebe [EMAIL PROTECTED] --- a/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.hTue Mar 14 14:38:22 2006 -0700 +++ b/linux-2.6-xen-sparse/include/asm-ia64/hypervisor.hWed Mar 15 09:30:28 2006 +0900 @@ -44,6 +44,8 @@

RE: [Xen-ia64-devel]Question about priv_ptc_e

2006-03-14 Thread Xu, Anthony
From: Magenheimer, Dan (HP Labs Fort Collins) Sent: 2006年3月14日 23:16 To: Xu, Anthony; Tristan Gingold Cc: xen-ia64-devel@lists.xensource.com Subject: RE: [Xen-ia64-devel]Question about priv_ptc_e There are several of these that need to be changed, so let's change all of them the same way at

[Xen-ia64-devel] [Patch] fix AFLAGS in Rules.mk

2006-03-14 Thread Akio Takebe
Hi, When we compile xen, we use local include files. (e.g. /usr/include) So this patch fix the issue. Signed-off-by: Tsunehisa Doi [EMAIL PROTECTED] Signed-off-by: Akio Takebe [EMAIL PROTECTED] diff -r 142a3eec56bd xen/arch/ia64/Rules.mk --- a/xen/arch/ia64/Rules.mkFri Mar 10 10:00:31 2006

[Xen-ia64-devel] vIRQ design brief

2006-03-14 Thread Dong, Eddie
All: This is the draft design of the IRQ virtualization, comments are appreciated. Thx,eddie Xen/IA64 interrupt virtualization * Introduction This document targets xen/ia64 developers, providing an design overview of interrupt virtualization. How the guest IOSAPIC looks