Re: [PATCH 03/11] kvmtool: AArch{32,64}: use KVM_CREATE_DEVICE & co to instanciate the GIC

2015-01-26 Thread Andre Przywara
On 26/01/15 11:26, Will Deacon wrote: > On Fri, Jan 23, 2015 at 04:35:02PM +, Andre Przywara wrote: >> From: Marc Zyngier >> >> As of 3.14, KVM/arm supports the creation/configuration of the GIC through >> a more generic device API, which is now the preferred way to do so. >> >> Plumb the new

Re: [PATCH 03/11] kvmtool: AArch{32,64}: use KVM_CREATE_DEVICE & co to instanciate the GIC

2015-01-26 Thread Will Deacon
On Fri, Jan 23, 2015 at 04:35:02PM +, Andre Przywara wrote: > From: Marc Zyngier > > As of 3.14, KVM/arm supports the creation/configuration of the GIC through > a more generic device API, which is now the preferred way to do so. > > Plumb the new API in, and allow the old code to be used as

[PATCH 03/11] kvmtool: AArch{32,64}: use KVM_CREATE_DEVICE & co to instanciate the GIC

2015-01-23 Thread Andre Przywara
From: Marc Zyngier As of 3.14, KVM/arm supports the creation/configuration of the GIC through a more generic device API, which is now the preferred way to do so. Plumb the new API in, and allow the old code to be used as a fallback. [Andre: Rename some functions on the way to differentiate betw