Re: [Xen-ia64-devel] [Patch] iosapic virtualization again

2006-02-23 Thread Tristan Gingold
Le Mercredi 22 Février 2006 17:34, Tian, Kevin a écrit : Several coding style comments: 1. + if (vector == IA64_TIMER_VECTOR || vector == IA64_IPI_VECTOR) + return 0; For this point, I second Eddie to have irq descriptor add a flag to indicate whether belonging to xen or

RE: [Xen-ia64-devel] [Patch] iosapic virtualization again

2006-02-23 Thread Tian, Kevin
From: Tristan Gingold [mailto:[EMAIL PROTECTED] Sent: 2006年2月23日 16:15 2. Not sure why you pull in iosapic.h into your patch. Seems no modification there which just need copy from linux source at compile time. If you really want to include this file, you can avoid adding xen_iosapic_write in c

[Xen-ia64-devel] [PATCH] SMP_HOST: map pal code on smp host

2006-02-23 Thread Xu, Anthony
On up host, only when rr7 is changed, efi_map_pal_code() is called to remap pal code on new rr7. But on smp host, efi_map_pal_code is also called to map pal code for other processors, which may not satisfy rr7 change condition, thus pal code may not be mapped in some processors, while

RE: [Xen-ia64-devel] Weekly benchmark results [2/3rd week]

2006-02-23 Thread Akio Takebe
Hi, Dan and Alex I think this issue is only on ia64. I seem that [EMAIL PROTECTED]/char/mem.c is used on ia64, but [EMAIL PROTECTED]/xen/char/mem.c is used on x86. So I think pfn or kva aren't set correctly. We tried to boot domU with revesing cset xen-ia64-ustable.8790 and it was good work.

[Xen-ia64-devel] [PATCH] VTI: Fix two bugs

2006-02-23 Thread Xu, Anthony
1. Vmx_check_pending_irq should not be called in vmx_vcpu_set_eoi, because vmx_vcpu_increment_iip is called after vmx_vcpu_set_eoi. That is, the first instruction of guest interrupt handler will be skipped. 2. Remove code segment which was used to send events to VTIdomain, when dom0 was VTIdomain.

RE: [Xen-ia64-devel] [PATCH] Provides right frequency ratio andbasefor VTi domain

2006-02-23 Thread Xu, Anthony
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Xu, Anthony Sent: 2006年2月24日 13:15 To: Alex Williamson; Zhang, Xiantao Cc: xen-ia64-devel@lists.xensource.com Subject: RE: [Xen-ia64-devel] [PATCH] Provides right frequency ratio andbasefor VTi domain From: