]> git.ipfire.org Git - thirdparty/qemu.git/commit - kvm-all.c
kvm: Introduce kvm_arch_irqchip_create
authorChristoffer Dall <christoffer.dall@linaro.org>
Wed, 26 Feb 2014 17:20:00 +0000 (17:20 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Feb 2014 17:20:00 +0000 (17:20 +0000)
commitd6032e06d10d20e91729816a8c9c6792e5774ab1
tree115d84ddbd5ad161bdaa81108c4ebc0f5683cd3b
parent876074c228ddccffe9bfcf31920202d68777545b
kvm: Introduce kvm_arch_irqchip_create

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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Message-id: 1392687720-26806-3-git-send-email-christoffer.dall@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/sysemu/kvm.h
kvm-all.c
stubs/Makefile.objs
stubs/kvm.c [new file with mode: 0644]