Re: [RFC PATCH 2/6] arm/arm64: KVM: Rename irq_active to irq_queued

2014-06-30 Thread Christoffer Dall
On Sun, Jun 22, 2014 at 12:25:02PM +0100, Marc Zyngier wrote: > On 2014-06-14 21:51, Christoffer Dall wrote: > >We have a special bitmap on the distributor struct to keep track > >of when > >level-triggered interrupts are queued on the list registers. This > >was > >named irq_active, which is conf

Re: [RFC PATCH 2/6] arm/arm64: KVM: Rename irq_active to irq_queued

2014-06-22 Thread Marc Zyngier
On 2014-06-14 21:51, Christoffer Dall wrote: We have a special bitmap on the distributor struct to keep track of when level-triggered interrupts are queued on the list registers. This was named irq_active, which is confusing, because the active state of an interrupt as per the GIC spec is a di