Re: [Xen-ia64-devel][PATCH]Change to new interrupt deliver mechanism

2006-12-06 Thread Doi . Tsunehisa
You (anthony.xu) said: BTW, in my experience, the vector doesn't set to VIOSAPIC at HVMOP_set_param hypercall. Thus I'll implement to find the GSI at interrupt injection phase. In this case, Can we call set_callback_irq with hardware irq inside Qemu rather than platform_pci, just after

Re: [Xen-ia64-devel][PATCH]Change to new interrupt deliver mechanism

2006-12-06 Thread Doi . Tsunehisa
Hi Anthony, You (anthony.xu) said: Sorry, I don't know this issue for detail. I think that the guest OS sets interrupt mask register of VIOSAPIC until setting own vector. I assume that the guest OS might change the vector for such hardware in active state. Hi Doi, This issue is from

[Xen-ia64-devel] Re: [Xen-devel] unnecessary VCPU migration happens again

2006-12-06 Thread Emmanuel Ackaouy
Hi Anthony. Could you send xentrace output for scheduling operations in your setup? Perhaps we're being a little too aggressive spreading work across sockets. We do this on vcpu_wake right now. I'm not sure I understand why HVM VCPUs would block and wake more often than PV VCPUs though. Can you

Re: [Xen-ia64-devel][Patch] fix vti broken for 12795

2006-12-06 Thread Alex Williamson
On Wed, 2006-12-06 at 13:54 +0800, Zhang, Xing Z wrote: Hi alex: This patch use Isaku’s new foreign mapping interface. It can boot Vti again. Applied, thanks, Alex -- Alex Williamson HP Open Source Linux Org.

Re: [Xen-ia64-devel] VTI Windows installation and booting HowTo

2006-12-06 Thread Alex Williamson
On Thu, 2006-11-16 at 23:32 +0800, You, Yongkang wrote: 3. In EFI shell, go to fs0: ; run cp efi\microsoft\winnt50\boot . 4. Go to msutil\ ; run nvrboot; input I - boot - ENTER - Q; exit EFI shell; continue. 5. Windows will the perform installation. It takes 5 hours to

[Xen-ia64-devel] Re: [PATCH] Re: [Xen-devel] Re: [PATCH 2/2] PV framebuffer

2006-12-06 Thread Atsushi SAKAI
Hi, Markus Thank you I confirmed to run on IA64. Thanks Atsushi SAKAI Atsushi SAKAI [EMAIL PROTECTED] writes: Hi, Markus Thank you for your suggestion. Would you please post sample vfb config file? Or any document for latest version. Anyway, your vfb patch makes large changes compared

[Xen-ia64-devel] Xen/IA64 Healthiness Report -Cset#12796

2006-12-06 Thread Zhang, Jingke
Xen/IA64 Healthiness Report Several issues: 1. VTI Linux domain boot slowly, if enabled 'serial=pty'. 2. SMPVTI_LTP performed slowly. Except SMPVTI_LTP case, all the other nightly cases can pass in manually testing. Testing Environment:

RE: [Xen-ia64-devel] VTI Windows installation and booting HowTo

2006-12-06 Thread You, Yongkang
I've tried this many times, and I always seem to get stuck here. I do step #4 above, exit from EFI shell, and get a quick text flash that looks like it's selecting and booting Windows 2003, then my VNC session goes blank. It runs for a little over an hour consuming 100% of a vcpu, then

RE: [Xen-ia64-devel][PATCH]Change to new interrupt deliver mechanism

2006-12-06 Thread Xu, Anthony
[EMAIL PROTECTED] write on 2006年12月6日 17:45: Hi Anthony, Do you meen that we have to modify qemu code to solve this isssue ? Doi, I think it's a clean way to handle both windows and linux guest in IPF side. And it is a very little modification in Qemu. But maybe IA32 can not use this

Re: [Xen-ia64-devel][PATCH]Change to new interrupt deliver mechanism

2006-12-06 Thread Doi . Tsunehisa
Hi Anthony, This issue is from you, guest linux uses vector, while there is no function like vector_to_irq. Sorry, I might misunderstand your comment. I've been thinking more about your comment. We may be able to call set_callback_irq inside qemu, but I don't think that it's good

Re: [Xen-ia64-devel][PATCH]Change to new interrupt deliver mechanism

2006-12-06 Thread Doi . Tsunehisa
Hi Anthony, You (anthony.xu) said: Do you meen that we have to modify qemu code to solve this isssue ? Doi, I think it's a clean way to handle both windows and linux guest in IPF side. And it is a very little modification in Qemu. But maybe IA32 can not use this method, because there

RE: [Xen-ia64-devel][PATCH]Change to new interrupt deliver mechanism

2006-12-06 Thread Xu, Anthony
[EMAIL PROTECTED] write on 2006年12月7日 10:37: Hi Anthony, I've thought that we can get GSI for platform_pci from Device ID in HV, if mapping betweeen devid and gsi is fixed. There is hvm_pci_intx_gsi() macro in xen/arch/ia64/vmx/viosapic.c

[Xen-ia64-devel] RE: [Xen-devel] unnecessary VCPU migration happens again

2006-12-06 Thread Xu, Anthony
Hi, Thanks for your reply. Please see embedded comments. Petersson, Mats write on 2006年12月6日 22:14: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Ackaouy Sent: 06 December 2006 14:02 To: Xu, Anthony Cc: [EMAIL PROTECTED]; xen-ia64-devel

Re: [Xen-ia64-devel] eepro100 for vti (ie network under windows)

2006-12-06 Thread Kouya SHIMURA
Hi, Tristan Thank you for information. I tried it. But unfortunately it doesn't help Windows 2k3. It adds two new network card. * eepro100 * dp8381x Windows 2K3 seems to have neither drivers although NICs are recognized (I confirmed it through device manager). Thanks, Kouya Tristan Gingold

Re: [Xen-ia64-devel] eepro100 for vti (ie network under windows)

2006-12-06 Thread Tristan Gingold
On Thu, Dec 07, 2006 at 12:44:33PM +0900, Kouya SHIMURA wrote: Hi, Tristan Thank you for information. I tried it. But unfortunately it doesn't help Windows 2k3. It adds two new network card. * eepro100 * dp8381x Windows 2K3 seems to have neither drivers although NICs are recognized (I

[Xen-ia64-devel][PATCH]Implement irq redirection of IOSAPIC

2006-12-06 Thread Xu, Anthony
Implement irq redirection of IOSAPIC. Regards Anthony iosapic_redirection.patch Description: iosapic_redirection.patch ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel][PATCH] fix warning

2006-12-06 Thread Xu, Anthony
Fix warning Regards Anthony warning_fix.patch Description: warning_fix.patch ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel

[Xen-ia64-devel][PATCH] Send events to VTI domain through level triggered irq

2006-12-06 Thread Xu, Anthony
Send events to VTI domain through level triggered irq Regards, Anthony send_irq_event.patch Description: send_irq_event.patch ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel