]> git.proxmox.com Git - qemu.git/commit - kvm-all.c
kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq()
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 26 Jul 2012 14:35:12 +0000 (15:35 +0100)
committerAvi Kivity <avi@redhat.com>
Thu, 9 Aug 2012 13:16:54 +0000 (16:16 +0300)
commit3889c3fab10b63e170ab5193d2ce6be99a704e93
treebf9995e753f18938727a34c46a18138fc0089803
parent7ae26bd484a50810f8d29cb5399bc48108e50bec
kvm: Rename kvm_irqchip_set_irq() to kvm_set_irq()

Rename the function kvm_irqchip_set_irq() to kvm_set_irq(),
since it can be used for sending (asynchronous) interrupts whether
there is a full irqchip model in the kernel or not. (We don't
include 'async' in the function name since asynchronous is the
normal case.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Avi Kivity <avi@redhat.com>
hw/kvm/i8259.c
hw/kvm/ioapic.c
kvm-all.c
kvm.h