From: Peter Maydell <peter.maydell@linaro.org>
To: qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@us.ibm.com>,
John Rigby <john.rigby@linaro.org>,
patches@linaro.org
Subject: [Qemu-devel] [PATCH 0/2] configure: improve handling of target lists
Date: Mon, 20 May 2013 16:16:14 +0100 [thread overview]
Message-ID: <1369062976-301-1-git-send-email-peter.maydell@linaro.org> (raw)
These patches clean up configure's handling of the list of known
targets. Firstly we autogenerate the default list based on the
set of default-config files; this reduces by 1 the number of
places that need editing when a new target is added to QEMU.
Secondly we improve the quality of our error message if you
ask configure to build for something we don't recognise.
NB that autogenerating the default list changes configure's
--help output very slightly, in that the alpha sort means that
i386 and x86_64 are no longer together at the top of the list.
(It is entirely coincidental that aarch64 will now be at the
top of the list when it is added :-) )
Peter Maydell (2):
configure: Autogenerate default target list
configure: Report unknown target names more helpfully
configure | 97 +++++++++++++++++--------------------------------------------
1 file changed, 27 insertions(+), 70 deletions(-)
--
1.7.9.5
next reply other threads:[~2013-05-20 15:25 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-20 15:16 Peter Maydell [this message]
2013-05-20 15:16 ` [Qemu-devel] [PATCH 1/2] configure: Autogenerate default target list Peter Maydell
2013-05-20 21:11 ` Andreas Färber
2013-05-20 23:09 ` Peter Maydell
2013-06-04 15:27 ` Ed Maste
2013-06-04 16:04 ` Peter Maydell
2013-06-04 16:33 ` Ed Maste
2013-05-20 15:16 ` [Qemu-devel] [PATCH 2/2] configure: Report unknown target names more helpfully Peter Maydell
2013-06-03 17:17 ` [Qemu-devel] [PATCH 0/2] configure: improve handling of target lists Peter Maydell
2013-06-10 21:48 ` 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=1369062976-301-1-git-send-email-peter.maydell@linaro.org \
--to=peter.maydell@linaro.org \
--cc=aliguori@us.ibm.com \
--cc=john.rigby@linaro.org \
--cc=patches@linaro.org \
--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).