From 3889c3fab10b63e170ab5193d2ce6be99a704e93 Mon Sep 17 00:00:00 2001 From: Peter Maydell Date: Thu, 26 Jul 2012 15:35:12 +0100 Subject: 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 Signed-off-by: Avi Kivity --- kvm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvm.h') diff --git a/kvm.h b/kvm.h index 09818f38f1..744209d961 100644 --- a/kvm.h +++ b/kvm.h @@ -146,7 +146,7 @@ int kvm_arch_on_sigbus(int code, void *addr); void kvm_arch_init_irq_routing(KVMState *s); -int kvm_irqchip_set_irq(KVMState *s, int irq, int level); +int kvm_set_irq(KVMState *s, int irq, int level); int kvm_irqchip_send_msi(KVMState *s, MSIMessage msg); void kvm_irqchip_add_irq_route(KVMState *s, int gsi, int irqchip, int pin); -- cgit v1.2.1