qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL 00/10] configury queue


From: Peter Maydell
Subject: [Qemu-devel] [PULL 00/10] configury queue
Date: Fri, 14 Jun 2013 15:53:04 +0100

Hi; this is a pullrequest for a set of patches to the configure
machinery:
 * Paolo's cleanups of TARGET_ARCH/TARGET_NAME
 * Peter C's fix for the configure fdt probe against new libfdt
 * my series making libfdt mandatory on arm/ppc/microblaze

The patches have all been on the list and reviewed; this is
just gathering them up in the right order for convenience

(I fixed up a trivial post-rebase conflict in the 'rename
TARGET_ARCH2' patch; and I added some (harmlessly) missing
hyphens in my 'configure: Require libfdt' patch.)

Please pull.

[NB: I don't know if we get enough build-machinery patches to make
it worth having a permanent subtree/submaintainer for them; it's
merely that at the moment there are enough patches I personally
care about that I felt like curating them ;-)]

thanks
-- PMM

The following changes since commit 301255e6303457e10b9a42dc208f80c058004c1c:

  Merge remote-tracking branch 'mjt/trivial-patches-next' into staging 
(2013-06-14 07:51:45 -0500)

are available in the git repository at:


  git://git.linaro.org/people/pmaydell/qemu-arm.git configury.next

for you to fetch changes up to 187f1bcb9ce8e3cd3f634dd5405f9e5ed02b38ce:

  ppc: Remove CONFIG_FDT conditionals (2013-06-14 15:34:19 +0100)

----------------------------------------------------------------
Alon Levy (1):
      Add a stp file for usage from build directory

Paolo Bonzini (4):
      build: rename TARGET_ARCH2 to TARGET_NAME
      build: do not use TARGET_ARCH
      main: use TARGET_ARCH only for the target-specific #define
      build: drop TARGET_TYPE

Peter Crosthwaite (1):
      configure: dtc: Probe for libfdt_env.h

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

 Makefile.target                    |   28 +++++++++++------
 arch_init.c                        |    4 +--
 bsd-user/main.c                    |    6 ++--
 configure                          |   60 ++++++++++++++++++++++++------------
 default-configs/ppc-softmmu.mak    |    2 +-
 default-configs/ppc64-softmmu.mak  |    4 +--
 default-configs/ppcemb-softmmu.mak |    2 +-
 docs/tracing.txt                   |    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 -----------
 include/libfdt_env.h               |   36 ----------------------
 linux-user/main.c                  |    6 ++--
 qapi-schema.json                   |   18 +----------
 scripts/create_config              |   15 +++------
 scripts/tracetool.py               |   18 +++++------
 18 files changed, 87 insertions(+), 159 deletions(-)
 delete mode 100644 include/libfdt_env.h



reply via email to

[Prev in Thread] Current Thread [Next in Thread]