Re: [PATCH 1/2] KVM: Implement default IRQ routing

2013-09-22 Thread Gleb Natapov
On Tue, Sep 17, 2013 at 07:18:40PM +1000, Paul Mackerras wrote: > This implements a simple way to express the case of IRQ routing where > there is one in-kernel PIC and the system interrupts (GSIs) are routed > 1-1 to the corresponding pins of the PIC. This is expressed by having > kvm->irq_routin

Re: [PATCH 1/2] KVM: Implement default IRQ routing

2013-09-23 Thread Paul Mackerras
On Sun, Sep 22, 2013 at 03:32:53PM +0300, Gleb Natapov wrote: > On Tue, Sep 17, 2013 at 07:18:40PM +1000, Paul Mackerras wrote: > > This implements a simple way to express the case of IRQ routing where > > there is one in-kernel PIC and the system interrupts (GSIs) are routed > > 1-1 to the corresp

Re: [PATCH 1/2] KVM: Implement default IRQ routing

2013-09-23 Thread Gleb Natapov
On Mon, Sep 23, 2013 at 09:24:14PM +1000, Paul Mackerras wrote: > On Sun, Sep 22, 2013 at 03:32:53PM +0300, Gleb Natapov wrote: > > On Tue, Sep 17, 2013 at 07:18:40PM +1000, Paul Mackerras wrote: > > > This implements a simple way to express the case of IRQ routing where > > > there is one in-kerne

Re: [PATCH 1/2] KVM: Implement default IRQ routing

2013-09-25 Thread Paul Mackerras
On Mon, Sep 23, 2013 at 09:34:01PM +0300, Gleb Natapov wrote: > On Mon, Sep 23, 2013 at 09:24:14PM +1000, Paul Mackerras wrote: > > On Sun, Sep 22, 2013 at 03:32:53PM +0300, Gleb Natapov wrote: > > > On Tue, Sep 17, 2013 at 07:18:40PM +1000, Paul Mackerras wrote: > > > > This implements a simple wa

Re: [PATCH 1/2] KVM: Implement default IRQ routing

2013-09-29 Thread Gleb Natapov
On Thu, Sep 26, 2013 at 10:00:59AM +1000, Paul Mackerras wrote: > On Mon, Sep 23, 2013 at 09:34:01PM +0300, Gleb Natapov wrote: > > On Mon, Sep 23, 2013 at 09:24:14PM +1000, Paul Mackerras wrote: > > > On Sun, Sep 22, 2013 at 03:32:53PM +0300, Gleb Natapov wrote: > > > > On Tue, Sep 17, 2013 at 07: