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

2013-10-14 Thread Peter Maydell
On 26 September 2013 20:56, 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 co

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

2013-09-26 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: