qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] kvm/openpic: add kvm_irqchip_commit_routes


From: Scott Wood
Subject: [Qemu-devel] [PATCH] kvm/openpic: add kvm_irqchip_commit_routes
Date: Wed, 12 Jun 2013 16:21:45 -0500

The patch that added kvm_irqchip_commit_routes was originally
meant to come after the in-kernel mpic patch, and thus it updated
hw/intc/openpic_kvm.c.  However, it was applied before the in-kernel
mpic patch (which creates hw/intc/openpic_kvm.c), and thus this hunk
got lost.

Signed-off-by: Scott Wood <address@hidden>
---
 hw/intc/openpic_kvm.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/hw/intc/openpic_kvm.c b/hw/intc/openpic_kvm.c
index 809b34b..17d0a35 100644
--- a/hw/intc/openpic_kvm.c
+++ b/hw/intc/openpic_kvm.c
@@ -204,6 +204,8 @@ static int kvm_openpic_init(SysBusDevice *dev)
     kvm_msi_via_irqfd_allowed = true;
     kvm_gsi_routing_allowed = true;
 
+    kvm_irqchip_commit_routes(s);
+
     return 0;
 }
 
-- 
1.7.10.4





reply via email to

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