qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_ini


From: Scott Wood
Subject: Re: [Qemu-ppc] [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routing
Date: Thu, 30 May 2013 10:58:57 -0500

On 05/30/2013 04:25:33 AM, Alexey Kardashevskiy wrote:
This adds an empty stub to make the compiler happy.

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

diff --git a/target-ppc/kvm.c b/target-ppc/kvm.c
index 3ab2946..2bbc3b8 100644
--- a/target-ppc/kvm.c
+++ b/target-ppc/kvm.c
@@ -1797,3 +1797,7 @@ int kvm_arch_on_sigbus(int code, void *addr)
 {
     return 1;
 }
+
+void kvm_arch_init_irq_routing(KVMState *s)
+{
+}
--
1.7.10.4

http://patchwork.ozlabs.org/patch/240718/

I guess someone else updated the kernel headers first.

-Scott



reply via email to

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