Introduce is_default field for QEMUMachine
commit0c257437b25731d4f44985e4b30b7317f2845b4a
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 01:41:01 +0000 (21 20:41 -0500)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 22 May 2009 01:54:40 +0000 (21 20:54 -0500)
tree36ab639f617589370e583bd774c16a14d5eb73b4
parent993fbfdb1b1a8d9b3d32ed57afc70a7be1a5e9dc
Introduce is_default field for QEMUMachine

f80f9ec changed the order that machines are registered which had the effect of
changing the default machine.  This changeset introduces a new is_default field
so that machine types can declare that they are the default for an architecture.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/boards.h
hw/etraxfs.c
hw/integratorcp.c
hw/mcf5208.c
hw/mips_malta.c
hw/pc.c
hw/ppc_oldworld.c
hw/shix.c
hw/sun4m.c
hw/sun4u.c
vl.c