Re: [Qemu-devel] [PATCH 2/4] kvm: Introduce kvm_arch_irqchip_create

2013-09-06 Thread Peter Maydell
On 23 August 2013 20:41, Christoffer Dall wrote: > Introduce kvm_arch_irqchip_create an arch-specific hook in preparation > for architecture-specific use of the device control API to create IRQ > chips. > > Following patches will implement the ARM irqchip create method to prefer > the device contr

[Qemu-devel] [PATCH 2/4] kvm: Introduce kvm_arch_irqchip_create

2013-08-23 Thread Christoffer Dall
Introduce kvm_arch_irqchip_create an arch-specific hook in preparation for architecture-specific use of the device control API to create IRQ chips. Following patches will implement the ARM irqchip create method to prefer the device control API over the older KVM_CREATE_IRQCHIP API. Signed-off-by: