Re: [PATCH 11/11] kvmtool: add command line parameter to instantiate a vGICv3

2015-01-26 Thread Marc Zyngier
On 26/01/15 11:43, Andre Przywara wrote: > Hi Will, > > On 26/01/15 11:30, Will Deacon wrote: >> On Fri, Jan 23, 2015 at 04:35:10PM +, Andre Przywara wrote: >>> Add the command line parameter "--gicv3" to request GICv3 emulation >>> in the kernel. Connect that to the already existing GICv3 cod

Re: [PATCH 11/11] kvmtool: add command line parameter to instantiate a vGICv3

2015-01-26 Thread Andre Przywara
Hi Will, On 26/01/15 11:30, Will Deacon wrote: > On Fri, Jan 23, 2015 at 04:35:10PM +, Andre Przywara wrote: >> Add the command line parameter "--gicv3" to request GICv3 emulation >> in the kernel. Connect that to the already existing GICv3 code. >> >> Signed-off-by: Andre Przywara >> --- >>

Re: [PATCH 11/11] kvmtool: add command line parameter to instantiate a vGICv3

2015-01-26 Thread Will Deacon
On Fri, Jan 23, 2015 at 04:35:10PM +, Andre Przywara wrote: > Add the command line parameter "--gicv3" to request GICv3 emulation > in the kernel. Connect that to the already existing GICv3 code. > > Signed-off-by: Andre Przywara > --- > tools/kvm/arm/aarch64/arm-cpu.c|

[PATCH 11/11] kvmtool: add command line parameter to instantiate a vGICv3

2015-01-23 Thread Andre Przywara
Add the command line parameter "--gicv3" to request GICv3 emulation in the kernel. Connect that to the already existing GICv3 code. Signed-off-by: Andre Przywara --- tools/kvm/arm/aarch64/arm-cpu.c|5 - .../kvm/arm/aarch64/include/kvm/kvm-config-arch.h |4 +++- t