]> git.proxmox.com Git - qemu.git/commitdiff
kvm: Enable in-kernel irqchip support by default
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 16 May 2012 18:41:15 +0000 (15:41 -0300)
committerMarcelo Tosatti <mtosatti@redhat.com>
Wed, 16 May 2012 21:04:45 +0000 (18:04 -0300)
As MSI is now fully supported by KVM (/wrt available features in
upstream), we can finally enable the in-kernel irqchip by default.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
kvm-all.c

index d2220122184b1462a1c062d5b3517fe50ef2f291..1913d6a3377099178b4c62c0b3b964a103d5fa8a 100644 (file)
--- a/kvm-all.c
+++ b/kvm-all.c
@@ -1099,7 +1099,7 @@ static int kvm_irqchip_create(KVMState *s)
 
     if (QTAILQ_EMPTY(&list->head) ||
         !qemu_opt_get_bool(QTAILQ_FIRST(&list->head),
-                           "kernel_irqchip", false) ||
+                           "kernel_irqchip", true) ||
         !kvm_check_extension(s, KVM_CAP_IRQCHIP)) {
         return 0;
     }