Re: [PATCH] kvm tools: Fix IRQ mapping

2011-08-11 Thread walimis
On Thu, Aug 11, 2011 at 09:54:26PM +0800, Asias He wrote: >On 08/11/2011 05:17 PM, Pekka Enberg wrote: >> On 8/11/11 12:04 PM, Sasha Levin wrote: >>> This thread fixes two issues: >>> - Slave IRQCHIP was mapped wrong, this caused all IRQs which belong >>> to it to be ignored (breaking such things

Re: [PATCH] kvm tools: Fix IRQ mapping

2011-08-11 Thread Asias He
On 08/11/2011 05:17 PM, Pekka Enberg wrote: > On 8/11/11 12:04 PM, Sasha Levin wrote: >> This thread fixes two issues: >> - Slave IRQCHIP was mapped wrong, this caused all IRQs which belong >> to it to be ignored (breaking such things as the mouse). >> - Line 2 was being mapped, since it's the

Re: [PATCH] kvm tools: Fix IRQ mapping

2011-08-11 Thread Pekka Enberg
On 8/11/11 12:04 PM, Sasha Levin wrote: This thread fixes two issues: - Slave IRQCHIP was mapped wrong, this caused all IRQs which belong to it to be ignored (breaking such things as the mouse). - Line 2 was being mapped, since it's the link between slave and master IRQCHIPs it shouldn't be.

[PATCH] kvm tools: Fix IRQ mapping

2011-08-11 Thread Sasha Levin
This thread fixes two issues: - Slave IRQCHIP was mapped wrong, this caused all IRQs which belong to it to be ignored (breaking such things as the mouse). - Line 2 was being mapped, since it's the link between slave and master IRQCHIPs it shouldn't be. Signed-off-by: Sasha Levin --- tools/kvm/