[Xen-ia64-devel] Re: [Xen-devel] [PATCH] cdb: split cdb into arch independet/dependet part

2006-01-13 Thread Isaku Yamahata
Hi. Thanks for your review. I updated the patch following your comments except the interrupt-related related comment. I included your signed-off-by to the patch, is it ok? On Fri, Jan 13, 2006 at 09:46:04AM -0600, Hollis Blanchard wrote: > Thanks Isaku! This whole patch has whitespace issues th

[Xen-ia64-devel] RE: Please pull xen-ia64-unstable

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
Hi Keir -- Please pull http://xenbits.xensource.com/ext/xen-ia64-unstable.hg Includes catchup with various xen-unstable changes through 8589 and some bug fixes (including getting SMP working again). Thanks, Dan ___ Xen-ia64-devel mailing list Xen-ia6

RE: FW: [Xen-ia64-devel] Good projects for someone

2006-01-13 Thread Yang, Fred
"Oops!" message from Domain0 with CONFIG_XEN_SMP is always there but yet to root cause it. The message should be left as is to encourge community to root cause it. -Fred Magenheimer, Dan (HP Labs Fort Collins) wrote: > I just committed this patch from Tristan and it is now > possible to re-enabl

FW: FW: [Xen-ia64-devel] Good projects for someone

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
I just committed this patch from Tristan and it is now possible to re-enable and run with CONFIG_XEN_SMP (see xen/include/asm-ia64/config.h). Thanks Tristan! I see lots of "pending guest timer before its due" messages, which I think are just indicating that without Kevin's timer fix, dom0 would f

RE: [Xen-ia64-devel] [PATCH] fixed asm-offset.h asm-xsi-offset.hgeneration

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
Committed. > -Original Message- > From: Isaku Yamahata [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 15, 2005 7:59 PM > To: Magenheimer, Dan (HP Labs Fort Collins) > Cc: xen-ia64-devel@lists.xensource.com > Subject: Re: [Xen-ia64-devel] [PATCH] fixed asm-offset.h > asm-xsi-offset

RE: [Xen-ia64-devel] [PATCH] Small patch for making xmexample.vtidomain support network option

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
Committed. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Zhang, Xiantao > Sent: Wednesday, January 11, 2006 10:09 PM > To: xen-ia64-devel@lists.xensource.com > Subject: [Xen-ia64-devel] [PATCH] Small patch for making > xmexample.vtidomain sup

[Xen-ia64-devel] RE: [Patch]: unused fileds in struct page

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
Committed. > -Original Message- > From: Tristan Gingold [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 10, 2006 3:59 AM > To: Magenheimer, Dan (HP Labs Fort Collins) > Cc: xen-ia64-devel@lists.xensource.com > Subject: [Patch]: unused fileds in struct page > > Hi, > > it appears som

RE: [Xen-ia64-devel] [PATCH] add prototype of guest_cpu_user_regs()

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
Committed. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Isaku Yamahata > Sent: Tuesday, January 10, 2006 12:24 AM > To: xen-ia64-devel@lists.xensource.com > Subject: [Xen-ia64-devel] [PATCH] add prototype of > guest_cpu_user_regs() > > > a

[Xen-ia64-devel] RE: Ownership of machine pages: Was: [Xen-devel] Essay on an important Xen decision (long)

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
If the Xen drivers are rewritten to be more generic (e.g. to handle more than just p2m), I agree that xenidc should be seriously considered. I think the most serious impediment to acceptance of xenidc is fear of breaking drivers (blk and net) that are already stable.   My two cents... Dan

RE: [Xen-ia64-devel] [Patch] Remove created symlinks on clean

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
Agree that this is needed but since this is patching a hack... Could someone with knowledge and ability to test VTI and VTx and Xen/ia64 and Xen/x86 submit a patch to xen-devel to move these files to a common location (e.g. xen/common/vmx/vmx_ioapic.c and xen/include/xen/vmx/vmx_vpic.h etc.), chan

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] cdb: split cdb into arch independet/dependet part

2006-01-13 Thread Keir Fraser
On 13 Jan 2006, at 15:46, Hollis Blanchard wrote: + /* Try to make things a little more stable by disabling + interrupts while we're here. */ + local_irq_save(flags); ... + local_irq_restore(flags); Shouldn't we enter __trap_to_gdb with interrupts disabled already

[Xen-ia64-devel] RE: PATCH for warnings; was "-Wall" option doesn't work

2006-01-13 Thread Magenheimer, Dan (HP Labs Fort Collins)
Sorry, my mistake. I tested xen-warn3.diffs but when I did an "hg commit", for cut-paste of your comments, I accidentally vi'ed your old xen-warn.diffs file. Now committed. > -Original Message- > From: Tristan Gingold [mailto:[EMAIL PROTECTED] > Sent: Friday, January 13, 2006 3:00 AM >

[Xen-ia64-devel] Re: [Xen-devel] [PATCH] cdb: split cdb into arch independet/dependet part

2006-01-13 Thread Isaku Yamahata
Hi. attached the updated one. I tested only very roughly. Hollis, is this patch ok for ppc version? thanks. -- yamahata # HG changeset patch # User [EMAIL PROTECTED] # Node ID f373e06cd2e728537f8c748ef7cfa9da7c418bbf # Parent bfcdf4099d232bd6668436621581c328a6afcf09 clean up cdb. renamed cdb t

[Xen-ia64-devel] Re: PATCH for warnings; was "-Wall" option doesn't work

2006-01-13 Thread Tristan Gingold
Le Vendredi 13 Janvier 2006 00:41, Magenheimer, Dan (HP Labs Fort Collins) a écrit : > I tested this patch and was about to commit it but noticed > that there was no "Signed-off-by" line. In support of > Kevin's message the other day and Xen patch standards, > could I ask you to please resend the