From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:48665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UgDe8-0006Gf-93 for qemu-devel@nongnu.org; Sat, 25 May 2013 08:32:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UgDe7-0003pP-AR for qemu-devel@nongnu.org; Sat, 25 May 2013 08:32:28 -0400 Date: Sat, 25 May 2013 14:32:22 +0200 From: "Edgar E. Iglesias" Message-ID: <20130525123222.GE23342@smtp.vpn> References: <1369409217-7553-1-git-send-email-peter.maydell@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1369409217-7553-1-git-send-email-peter.maydell@linaro.org> Subject: Re: [Qemu-devel] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Anthony Liguori , patches@linaro.org, Alexander Graf , qemu-devel@nongnu.org, Andreas =?iso-8859-1?Q?F=E4rber?= , qemu-ppc@nongnu.org, Peter Crosthwaite On Fri, May 24, 2013 at 04:26:53PM +0100, Peter Maydell wrote: > This patchset makes libfdt mandatory for building the ARM, > MicroBlaze and PPC softmmu targets. These architectures need > libfdt for at least some of their board models to be usefully > functional, so now that we have an in-tree version of libfdt > it's better to insist on using it rather than allowing users > to build less-than-useful binaries. > > NB: I have tested the ARM change, but only compile-tested PPC > and MicroBlaze. Hi, I test ran the ppc virtex-ml507 and microblaze petalogix s3adsp images, works ok. Tested-by: Edgar E. Iglesias Reviewed-by: Edgar E. Iglesias Cheers, Edgar > > Peter Maydell (4): > configure: Require libfdt for arm, ppc, microblaze softmmu targets > arm: Remove CONFIG_FDT conditionals > microblaze: Remove CONFIG_FDT conditionals > ppc: Remove CONFIG_FDT conditionals > > configure | 20 ++++++++++++++++++++ > default-configs/ppc-softmmu.mak | 2 +- > default-configs/ppc64-softmmu.mak | 4 ++-- > default-configs/ppcemb-softmmu.mak | 2 +- > hw/arm/boot.c | 7 ------- > hw/microblaze/boot.c | 12 ------------ > hw/ppc/ppc440_bamboo.c | 2 -- > hw/ppc/spapr_vio.c | 6 ------ > hw/ppc/virtex_ml507.c | 18 ------------------ > 9 files changed, 24 insertions(+), 49 deletions(-) > > -- > 1.7.9.5 >