From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ui5Kt-000704-Fx for qemu-devel@nongnu.org; Thu, 30 May 2013 12:04:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ui5Hi-0004aa-Ti for qemu-devel@nongnu.org; Thu, 30 May 2013 12:01:09 -0400 Date: Thu, 30 May 2013 10:58:57 -0500 From: Scott Wood References: <1369905933-27199-1-git-send-email-aik@ozlabs.ru> In-Reply-To: <1369905933-27199-1-git-send-email-aik@ozlabs.ru> (from aik@ozlabs.ru on Thu May 30 04:25:33 2013) Message-ID: <1369929537.14679.4@snotra> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; delsp=Yes; format=Flowed Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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: Alexey Kardashevskiy Cc: David Gibson , qemu-ppc@nongnu.org, qemu-devel@nongnu.org, Alexander Graf On 05/30/2013 04:25:33 AM, Alexey Kardashevskiy wrote: > This adds an empty stub to make the compiler happy. >=20 > Signed-off-by: Alexey Kardashevskiy > --- > target-ppc/kvm.c | 4 ++++ > 1 file changed, 4 insertions(+) >=20 > 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=