Re: [Qemu-devel] [PATCH 4/4] arm: vgic device control api support

2013-09-12 Thread Christoffer Dall
On Fri, Sep 06, 2013 at 02:34:40PM +0100, Peter Maydell wrote: > On 23 August 2013 20:41, Christoffer Dall wrote: > > Support creating the ARM vgic device through the device control API and > > setting the base address for the distributor and cpu interfaces in KVM > > VMs using this API. > > > > B

Re: [Qemu-devel] [PATCH 4/4] arm: vgic device control api support

2013-09-06 Thread Peter Maydell
On 23 August 2013 20:41, Christoffer Dall wrote: > Support creating the ARM vgic device through the device control API and > setting the base address for the distributor and cpu interfaces in KVM > VMs using this API. > > Because the older KVM_CREATE_IRQCHIP interface needs the irq chip to be > cr

[Qemu-devel] [PATCH 4/4] arm: vgic device control api support

2013-08-23 Thread Christoffer Dall
Support creating the ARM vgic device through the device control API and setting the base address for the distributor and cpu interfaces in KVM VMs using this API. Because the older KVM_CREATE_IRQCHIP interface needs the irq chip to be created prior to creating the VCPUs, we first test if if can us