qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order
@ 2014-09-22 20:38 Laszlo Ersek
  2014-09-22 20:38 ` [Qemu-devel] [PATCH v2 1/2] well-defined listing order for machine types Laszlo Ersek
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Laszlo Ersek @ 2014-09-22 20:38 UTC (permalink / raw)
  To: qemu-devel, marcel.a, afaerber, mst, peter.maydell, pbonzini,
	lersek

The first patch introduces a generic comparator. This comparator should
cover all machine types at once that don't belong to machine type
"families". Hence, for example, the output it produces for

  qemu-system-aarch64 -M \?

is meant to be final. (See examples in the patches.)

The second patch files piix and q35 machine types into their respective
families.

Paolo said we needed to care about "pseries, pc, q35", but I got no clue
about "pseries", so I didn't touch that. It shouldn't be hard for
someone who knows "pseries" to post a followup patch that covers it.
Until then, "pseries" machine types are listed in alphabetical order (no
families).

Laszlo Ersek (2):
  well-defined listing order for machine types
  i386/pc: add piix and q35 machtypes to sorting families for -M \?

 include/hw/boards.h |  2 ++
 hw/i386/pc.c        |  1 +
 hw/i386/pc_piix.c   |  1 +
 hw/i386/pc_q35.c    |  1 +
 vl.c                | 38 +++++++++++++++++++++++++++++++++++++-
 5 files changed, 42 insertions(+), 1 deletion(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2014-09-24  1:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-22 20:38 [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order Laszlo Ersek
2014-09-22 20:38 ` [Qemu-devel] [PATCH v2 1/2] well-defined listing order for machine types Laszlo Ersek
2014-09-22 20:38 ` [Qemu-devel] [PATCH v2 2/2] i386/pc: add piix and q35 machtypes to sorting families for -M \? Laszlo Ersek
2014-09-22 21:31 ` [Qemu-devel] [PATCH v2 0/2] list supported machine types in well-defined order Paolo Bonzini
2014-09-23  4:43 ` Marcel Apfelbaum
2014-09-23  8:54 ` Michael S. Tsirkin
2014-09-24  0:51 ` David Gibson

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