From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35469) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiBwQ-0000Gp-Tf for qemu-devel@nongnu.org; Thu, 30 May 2013 19:07:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UiBwP-0000Vw-Lx for qemu-devel@nongnu.org; Thu, 30 May 2013 19:07:30 -0400 Received: from mail-pb0-x235.google.com ([2607:f8b0:400e:c01::235]:65050) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UiBwP-0000Vn-FV for qemu-devel@nongnu.org; Thu, 30 May 2013 19:07:29 -0400 Received: by mail-pb0-f53.google.com with SMTP id un4so1181939pbc.12 for ; Thu, 30 May 2013 16:07:28 -0700 (PDT) Message-ID: <51A7DBA9.6030401@ozlabs.ru> Date: Fri, 31 May 2013 09:07:21 +1000 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1369905933-27199-1-git-send-email-aik@ozlabs.ru> <1369929537.14679.4@snotra> In-Reply-To: <1369929537.14679.4@snotra> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] target-ppc kvm: missing kvm_arch_init_irq_routing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Scott Wood Cc: David Gibson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf 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 >> --- >> 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