qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets
@ 2013-05-24 15:26 Peter Maydell
  2013-05-24 15:26 ` [Qemu-devel] [PATCH 1/4] configure: Require libfdt for arm, ppc, microblaze " Peter Maydell
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Peter Maydell @ 2013-05-24 15:26 UTC (permalink / raw)
  To: qemu-devel
  Cc: Anthony Liguori, patches, Alexander Graf, Andreas Färber,
	qemu-ppc, Peter Crosthwaite, Edgar E. Iglesias

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.

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

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2013-05-28  9:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-24 15:26 [Qemu-devel] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets Peter Maydell
2013-05-24 15:26 ` [Qemu-devel] [PATCH 1/4] configure: Require libfdt for arm, ppc, microblaze " Peter Maydell
2013-05-28  4:07   ` Peter Crosthwaite
2013-05-28  9:03   ` Andreas Färber
2013-05-28  9:39     ` Peter Maydell
2013-05-24 15:26 ` [Qemu-devel] [PATCH 2/4] arm: Remove CONFIG_FDT conditionals Peter Maydell
2013-05-28  4:09   ` Peter Crosthwaite
2013-05-24 15:26 ` [Qemu-devel] [PATCH 3/4] microblaze: " Peter Maydell
2013-05-28  4:10   ` Peter Crosthwaite
2013-05-24 15:26 ` [Qemu-devel] [PATCH 4/4] ppc: " Peter Maydell
2013-05-25 12:32 ` [Qemu-devel] [PATCH 0/4] Require libfdt for arm/microblaze/ppc softmmu targets Edgar E. Iglesias

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).