On 05/31/2013 01:58 AM, Scott Wood wrote: > 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 <a...@ozlabs.ru> >> --- >> 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.
I did, in my tree :) -- Alexey