RE: [xen-ia64-devel][Patch] new fix vti broken after merger

2006-12-05 Thread Zhang, Xing Z
Forget the old patch. This one suit for the newest changeset Good good study,day day up ! ^_^ -Wing(zhang xin) OTC,Intel Corporation From: Zhang, Xing Z Sent: 2006年12月5日 11:15 To: xen-ia64-devel Cc: Alex Williamson Subject: [xen-ia64-devel][Patch] new

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

2006-12-05 Thread Doi . Tsunehisa
Hi Anthony, You (anthony.xu) said: * Hypervisor becomes to be able to use both GSI and Vector for callback irq. - For example, if it is normal value, HV accepts it as GSI. If it is value which is set MSB, HV accepts it as Vector. * If hypervisor gets Vector as callback irq,

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

2006-12-05 Thread Atsushi SAKAI
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 to previous post for example xencons in config is erased in latest version. Other example, your following suggestion in

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

2006-12-05 Thread Tristan Gingold
Hi, has anyone tried to use this: http://lists.gnu.org/archive/html/qemu-devel/2006-12/msg00015.html It may be a solution to enable network on EFI and Windows. Tristan. ___ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com

Re: [RFC][PATCH] changed foreing ia64-domain page mapping semantic (was Re: [Xen-ia64-devel] xen-ia64-unstable.hg breakage)

2006-12-05 Thread Alex Williamson
On Thu, 2006-11-30 at 22:01 +0900, Isaku Yamahata wrote: With this patch, I can successfully create domU. The issue I haven't solved is how to initialize shared_info page. Currently the shared info for domU can be accessed only via fixed virtual address. With this patch, it is done in xen as

Re: [Xen-ia64-devel] [PATCH] Allocate frame table/mpt table at mfn=0

2006-12-05 Thread Alex Williamson
On Mon, 2006-12-04 at 11:33 +0900, Isaku Yamahata wrote: Allocate frame table/mpt table at mfn=0 even when memory isn't assigned at mfn=0 as work around of transate_domain_pte(). It returns mfn=0 when the machine page isn't present as a work around for memory mapped I/O where no device is

RE: [xen-ia64-devel][Patch] new fix vti broken after merger

2006-12-05 Thread Alex Williamson
On Tue, 2006-12-05 at 18:00 +0800, Zhang, Xing Z wrote: Forget the old patch. This one suit for the newest changeset I applied this, but I still can't create a VTi domain. I think I'm getting an invalid arg somewhere during domain construction. I tried with and without the add auto

Re: [Xen-ia64-devel] xen-ia64-unstable.hg breakage

2006-12-05 Thread Alex Williamson
Things are slowly coming back to a working state, thanks for the help catching up to xen-unstable. I've merged in Isaku's foreign domain page mapping changes and domU fixes, Anthony's interrupt fixes, and Wing's VTi fixes. I'm able to create domUs, but I have to pass a 'nomca' option to the

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

2006-12-05 Thread Xu, Anthony
[EMAIL PROTECTED] write on 2006年12月5日 19:59: Hardware IRQ is equal to GSI, but the IRQ in IPF-linux world is abstruct value not GSI. So we need to get GSI for platform-pci from IPF-linux world's IRQ. But I didn't find it. * Hypervisor becomes to be able to use both GSI and Vector for

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

2006-12-05 Thread Doi . Tsunehisa
Hi Anthony, Thank you for your comment. You (anthony.xu) said: Hardware IRQ is equal to GSI, but the IRQ in IPF-linux world is abstruct value not GSI. So we need to get GSI for platform-pci from IPF-linux world's IRQ. But I didn't find it. * Hypervisor becomes to be able to use both

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

2006-12-05 Thread Xu, Anthony
[EMAIL PROTECTED] write on 2006年12月6日 10:56: Hi Anthony, We had implemented older PV-on-HVM with the method like this. But, we found the issue that interrupt was injected during interrupt masking of VIOSAPIC. So we changed to implement it. In this time, we have to implement it that

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

2006-12-05 Thread Zhang, Xing Z
Hi alex: This patch use Isaku's new foreign mapping interface. It can boot Vti again. Good good study,day day up ! ^_^ -Wing(zhang xin) OTC,Intel Corporation fix_vti_boot_12795.patch Description: fix_vti_boot_12795.patch ___

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

2006-12-05 Thread Doi . Tsunehisa
Hi Anthony, You (anthony.xu) said: We had implemented older PV-on-HVM with the method like this. But, we found the issue that interrupt was injected during interrupt masking of VIOSAPIC. So we changed to implement it. In this time, we have to implement it that interrupt injection

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

2006-12-05 Thread Xu, Anthony
[EMAIL PROTECTED] write on 2006年12月6日 14:27: Hi Anthony, Basically, I agree your suggestion in Linux guest. But in Windows guest, PV-driver can't get vector with own driver interface. So, I think that HV has to have the interfaces about callback irq in both cases, using GSI and Vector.

[Xen-ia64-devel] Re: [PATCH][RFC][IA64] Accelerate IDE PIO on HVM/IA64

2006-12-05 Thread Kouya SHIMURA
Hi, Alan Multimedia was out of my thought since my target is IA64. What a gorgeous music player it is! :) For handling inb/inw/inl, I already support inw/inl except inb. inb is processed with the previous mechanism. All I did is to move ide_data_(read|write)[wl] functions in Qemu into the