From: Peter Maydell <peter.maydell@linaro.org>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PULL 00/10] configury queue
Date: Fri, 14 Jun 2013 15:53:04 +0100 [thread overview]
Message-ID: <1371221594-11556-1-git-send-email-peter.maydell@linaro.org> (raw)
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
next reply other threads:[~2013-06-14 14:54 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-14 14:53 Peter Maydell [this message]
2013-06-14 14:53 ` [Qemu-devel] [PULL 01/10] Add a stp file for usage from build directory Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 02/10] build: rename TARGET_ARCH2 to TARGET_NAME Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 03/10] build: do not use TARGET_ARCH Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 04/10] main: use TARGET_ARCH only for the target-specific #define Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 05/10] build: drop TARGET_TYPE Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 06/10] configure: dtc: Probe for libfdt_env.h Peter Maydell
2013-06-17 23:24 ` Andreas Färber
2013-06-17 23:44 ` Peter Maydell
2013-06-18 0:03 ` David Gibson
2013-06-18 0:46 ` Andreas Färber
2013-06-18 0:52 ` Peter Crosthwaite
2013-06-18 1:22 ` Andreas Färber
2013-06-18 8:44 ` Paolo Bonzini
2013-06-18 8:41 ` Peter Maydell
2013-06-19 14:48 ` Cole Robinson
2013-06-19 15:42 ` Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 07/10] configure: Require libfdt for arm, ppc, microblaze softmmu targets Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 08/10] arm: Remove CONFIG_FDT conditionals Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 09/10] microblaze: " Peter Maydell
2013-06-14 14:53 ` [Qemu-devel] [PULL 10/10] ppc: " Peter Maydell
2013-06-14 15:01 ` [Qemu-devel] [PULL 00/10] configury queue Paolo Bonzini
2013-06-17 21:17 ` Anthony Liguori
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1371221594-11556-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).