qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 3/3] KVM: PPC: enable irqfd


From: Alexey Kardashevskiy
Subject: [Qemu-devel] [PATCH 3/3] KVM: PPC: enable irqfd
Date: Fri, 21 Jun 2013 19:22:55 +1000

Signed-off-by: Alexey Kardashevskiy <address@hidden>
---
 target-ppc/kvm.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c
index d6da146..e72c335 100644
--- a/target-ppc/kvm.c
+++ b/target-ppc/kvm.c
@@ -1973,6 +1973,8 @@ int kvm_arch_on_sigbus(int code, void *addr)
 
 void kvm_arch_init_irq_routing(KVMState *s)
 {
+    kvm_irqfds_allowed = true;
+    kvm_msi_via_irqfd_allowed = true;
 }
 
 int kvm_arch_irqchip_add_msi_route(KVMState *s, MSIMessage msg)
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]