Re: [PATCH 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus

2015-03-17 Thread Andre Przywara
Hej, On 14/03/15 14:30, Christoffer Dall wrote: On Fri, Mar 13, 2015 at 04:10:09PM +, Andre Przywara wrote: Using the framework provided by the recent vgic.c changes we register a kvm_io_bus device when initializing the virtual GICv2. Signed-off-by: Andre Przywara andre.przyw...@arm.com

Re: [PATCH 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus

2015-03-17 Thread Christoffer Dall
On Tue, Mar 17, 2015 at 06:02:41PM +, Andre Przywara wrote: Hej, On 14/03/15 14:30, Christoffer Dall wrote: On Fri, Mar 13, 2015 at 04:10:09PM +, Andre Przywara wrote: Using the framework provided by the recent vgic.c changes we register a kvm_io_bus device when initializing the

Re: [PATCH 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus

2015-03-14 Thread Christoffer Dall
On Fri, Mar 13, 2015 at 04:10:09PM +, Andre Przywara wrote: Using the framework provided by the recent vgic.c changes we register a kvm_io_bus device when initializing the virtual GICv2. Signed-off-by: Andre Przywara andre.przyw...@arm.com --- include/kvm/arm_vgic.h |1 +

[PATCH 09/12] KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_bus

2015-03-13 Thread Andre Przywara
Using the framework provided by the recent vgic.c changes we register a kvm_io_bus device when initializing the virtual GICv2. Signed-off-by: Andre Przywara andre.przyw...@arm.com --- include/kvm/arm_vgic.h |1 + virt/kvm/arm/vgic-v2-emul.c | 13 + virt/kvm/arm/vgic.c