Re: [PATCH 2/4] kvmtool: prepare for instantiating different IRQ chip devices

2014-06-20 Thread Will Deacon
Hi Andre, On Thu, Jun 19, 2014 at 01:44:37PM +0100, Andre Przywara wrote: > Extend the vGIC handling code to deal with different IRQ chip devices > instead of hard-coding the GICv2 in. Minor comment, but there are a few stray pr_infos in here which I don't think are especially useful. > +

[PATCH 2/4] kvmtool: prepare for instantiating different IRQ chip devices

2014-06-19 Thread Andre Przywara
Extend the vGIC handling code to deal with different IRQ chip devices instead of hard-coding the GICv2 in. Signed-off-by: Andre Przywara --- tools/kvm/arm/aarch64/arm-cpu.c|2 +- tools/kvm/arm/gic.c| 59 tools/kvm/arm/include/arm