qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] configure: improve handling of target lists
@ 2013-05-20 15:16 Peter Maydell
  2013-05-20 15:16 ` [Qemu-devel] [PATCH 1/2] configure: Autogenerate default target list Peter Maydell
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Peter Maydell @ 2013-05-20 15:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, John Rigby, patches

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

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

end of thread, other threads:[~2013-06-10 21:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 15:16 [Qemu-devel] [PATCH 0/2] configure: improve handling of target lists Peter Maydell
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

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).