]> git.proxmox.com Git - mirror_qemu.git/blobdiff - kvm-all.c
kvm: Rename kvm_arch_process_irqchip_events to async_events
[mirror_qemu.git] / kvm-all.c
index 7753c8ae385f59fed7269a6d6ac4cdae0ff13d47..226843c65fe0908f1129da92c362670a98b901e5 100644 (file)
--- a/kvm-all.c
+++ b/kvm-all.c
@@ -893,7 +893,7 @@ int kvm_cpu_exec(CPUState *env)
 
     DPRINTF("kvm_cpu_exec()\n");
 
-    if (kvm_arch_process_irqchip_events(env)) {
+    if (kvm_arch_process_async_events(env)) {
         env->exit_request = 0;
         return EXCP_HLT;
     }