Re: [RFC]RE: [PATCH] kvm-ia64 irq assignment 1/2 kernel

2008-07-02 Thread Jes Sorensen
Hi Anthony, Looking back through this thread - do you happen to have an updated patch for the irq problem? If not, could you let me know which is your latest version and I will try and look at it. Cheers, Jes -- To unsubscribe from this list: send the line unsubscribe kvm in the body of a

RE: [RFC]RE: [PATCH] kvm-ia64 irq assignment 1/2 kernel

2008-07-02 Thread Xu, Anthony
Hi Jes, You can use this one, I'm considering how to make it more generic per AVI comment. Anthony Jes Sorensen wrote: Hi Anthony, Looking back through this thread - do you happen to have an updated patch for the irq problem? If not, could you let me know which is your latest version and

RE: [RFC]RE: [PATCH] kvm-ia64 irq assignment 1/2 kernel

2008-06-15 Thread Xu, Anthony
Marcelo Tosatti wrote: On Fri, Jun 13, 2008 at 12:15:23AM +0800, Xu, Anthony wrote: I think it would be better to avoid static PCI pin - IOAPIC pin assignments, if PCI link devices can be used (allowing the OS to route IRQ's as it wishes to). Seems PCI link device only support irq-pin 16,

Re: [RFC]RE: [PATCH] kvm-ia64 irq assignment 1/2 kernel

2008-06-12 Thread Avi Kivity
Xu, Anthony wrote: Thanks for comments Basically we are on the same page, while I didn't find your patch about irq assignment, can you post it in this thread again, thx? Below patch makes all PCI devices use level-trigger , active low interrupt, it worked well when running linux guest, I didn't

RE: [RFC]RE: [PATCH] kvm-ia64 irq assignment 1/2 kernel

2008-06-12 Thread Xu, Anthony
Alexander Graf wrote: On Jun 10, 2008, at 12:57 AM, Xu, Anthony wrote: Thanks for comments Basically we are on the same page, while I didn't find your patch about irq assignment, can you post it in this thread again, thx? I'll attach it to this mail. This patch is stilling use legacy

RE: [RFC]RE: [PATCH] kvm-ia64 irq assignment 1/2 kernel

2008-06-12 Thread Xu, Anthony
Marcelo Tosatti wrote: On Tue, Jun 10, 2008 at 03:57:30PM +0800, Xu, Anthony wrote: diff --git a/qemu/hw/pci.c b/qemu/hw/pci.c index a23a466..df0ea33 100644 --- a/qemu/hw/pci.c +++ b/qemu/hw/pci.c @@ -548,7 +548,7 @@ static void pci_set_irq(void *opaque, int irq_num, int level)

RE: [RFC]RE: [PATCH] kvm-ia64 irq assignment 1/2 kernel

2008-06-12 Thread Xu, Anthony
Avi Kivity wrote: Xu, Anthony wrote: Thanks for comments Basically we are on the same page, while I didn't find your patch about irq assignment, can you post it in this thread again, thx? Below patch makes all PCI devices use level-trigger , active low interrupt, it worked well when

Re: [RFC]RE: [PATCH] kvm-ia64 irq assignment 1/2 kernel

2008-06-11 Thread Alexander Graf
On Jun 10, 2008, at 12:57 AM, Xu, Anthony wrote: Thanks for comments Basically we are on the same page, while I didn't find your patch about irq assignment, can you post it in this thread again, thx? I'll attach it to this mail. Below patch makes all PCI devices use level-trigger ,