[PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions

2016-04-15 Thread Andre Przywara
From: Christoffer Dall Add a new header file for the new and improved GIC implementation. The big change is that we now have a struct vgic_irq per IRQ instead of spreading all the information over various bitmaps. We include this new header conditionally from within

Re: [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions

2016-04-06 Thread Christoffer Dall
On Wed, Apr 6, 2016 at 4:53 PM, Andre Przywara wrote: > Hej Christoffer, > > On 06/04/16 15:46, Christoffer Dall wrote: >> On Wed, Apr 06, 2016 at 03:09:50PM +0100, Andre Przywara wrote: >>> >>> >>> On 06/04/16 14:57, Christoffer Dall wrote: On Tue, Apr 05, 2016 at

Re: [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions

2016-04-06 Thread Christoffer Dall
On Wed, Apr 06, 2016 at 03:09:50PM +0100, Andre Przywara wrote: > > > On 06/04/16 14:57, Christoffer Dall wrote: > > On Tue, Apr 05, 2016 at 10:10:09PM +0200, Christoffer Dall wrote: > >> On Tue, Apr 05, 2016 at 02:34:42PM +0100, Andre Przywara wrote: > >>> Hi, > >>> > >>> On 29/03/16 14:09,

Re: [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions

2016-04-06 Thread Andre Przywara
On 06/04/16 14:57, Christoffer Dall wrote: > On Tue, Apr 05, 2016 at 10:10:09PM +0200, Christoffer Dall wrote: >> On Tue, Apr 05, 2016 at 02:34:42PM +0100, Andre Przywara wrote: >>> Hi, >>> >>> On 29/03/16 14:09, Christoffer Dall wrote: On Fri, Mar 25, 2016 at 02:04:27AM +, Andre

Re: [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions

2016-04-05 Thread Christoffer Dall
On Tue, Apr 05, 2016 at 02:34:42PM +0100, Andre Przywara wrote: > Hi, > > On 29/03/16 14:09, Christoffer Dall wrote: > > On Fri, Mar 25, 2016 at 02:04:27AM +, Andre Przywara wrote: > >> From: Christoffer Dall > >> > >> Add a new header file for the new and

Re: [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions

2016-04-05 Thread Andre Przywara
Hi, On 29/03/16 14:09, Christoffer Dall wrote: > On Fri, Mar 25, 2016 at 02:04:27AM +, Andre Przywara wrote: >> From: Christoffer Dall >> >> Add a new header file for the new and improved GIC implementation. >> The big change is that we now have a struct vgic_irq

Re: [RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions

2016-03-29 Thread Christoffer Dall
On Fri, Mar 25, 2016 at 02:04:27AM +, Andre Przywara wrote: > From: Christoffer Dall > > Add a new header file for the new and improved GIC implementation. > The big change is that we now have a struct vgic_irq per IRQ instead > of spreading all the information

[RFC PATCH 04/45] KVM: arm/arm64: vgic-new: Add data structure definitions

2016-03-24 Thread Andre Przywara
From: Christoffer Dall Add a new header file for the new and improved GIC implementation. The big change is that we now have a struct vgic_irq per IRQ instead of spreading all the information over various bitmaps. We include this new header conditionally from within