projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a3adeb
)
kvm: Enable in-kernel irqchip support by default
author
Jan Kiszka
<jan.kiszka@siemens.com>
Wed, 16 May 2012 18:41:15 +0000
(15:41 -0300)
committer
Marcelo 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
patch
|
blob
|
history
diff --git
a/kvm-all.c
b/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",
fals
e) ||
+ "kernel_irqchip",
tru
e) ||
!kvm_check_extension(s, KVM_CAP_IRQCHIP)) {
return 0;
}