From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57295) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TsV8h-0007bY-PD for qemu-devel@nongnu.org; Tue, 08 Jan 2013 04:06:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TsV8f-0005Bh-4o for qemu-devel@nongnu.org; Tue, 08 Jan 2013 04:06:31 -0500 Date: Tue, 8 Jan 2013 09:54:08 +0100 From: Stefan Hajnoczi Message-ID: <20130108085408.GC26524@stefanha-thinkpad.redhat.com> References: <1357573140-8877-1-git-send-email-agraf@suse.de> <50EAF5EF.9060603@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PULL 00/31] ppc patch queue 2013-01-07 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: Blue Swirl , " list:PowerPC" , Andreas =?iso-8859-1?Q?F=E4rber?= , Aurelien Jarno , "qemu-devel@nongnu.org qemu-devel" On Mon, Jan 07, 2013 at 05:40:24PM +0100, Alexander Graf wrote: >=20 > On 07.01.2013, at 17:21, Andreas F=C3=A4rber wrote: >=20 > > Am 07.01.2013 16:38, schrieb Alexander Graf: > >> Hi Blue / Aurelien, > >>=20 > >> This is my current patch queue for ppc. Please pull. > >=20 > > Breaks on x86_64: > >=20 > > CC ppc-softmmu/hw/ppc/e500.o > > /home/andreas/QEMU/qemu-ppc/hw/ppc/e500.c: In function > > =E2=80=98ppce500_load_device_tree=E2=80=99: > > /home/andreas/QEMU/qemu-ppc/hw/ppc/e500.c:229:9: error: implicit > > declaration of function =E2=80=98kvmppc_get_hasidle=E2=80=99 > > [-Werror=3Dimplicit-function-declaration] > > /home/andreas/QEMU/qemu-ppc/hw/ppc/e500.c:229:9: error: nested extern > > declaration of =E2=80=98kvmppc_get_hasidle=E2=80=99 [-Werror=3Dnested= -externs] > > cc1: all warnings being treated as errors > > make[1]: *** [hw/ppc/e500.o] Fehler 1 > > make: *** [subdir-ppc-softmmu] Fehler 2 > >=20 > > Lacking a static inline version of kvmppc_get_hasidle() in kvm_ppc.h. >=20 > Sigh. I wonder why our buildbots didn't fetch this one. >=20 > Fixed it up manually in both ppc-next and ppc-for-upstream, so the pull= request is still valid. e500.o is only built when CONFIG_FDT is defined. agraf: "zypper search libfdt" on qemu-ppc.opensuse.org turns up no packages. Any ideas where to get the packages from? Stefan