commit | 0c257437b25731d4f44985e4b30b7317f2845b4a | [log] [tgz] |
---|---|---|
author | Anthony Liguori <aliguori@us.ibm.com> | Thu May 21 20:41:01 2009 -0500 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Thu May 21 20:54:40 2009 -0500 |
tree | 36ab639f617589370e583bd774c16a14d5eb73b4 | |
parent | 993fbfdb1b1a8d9b3d32ed57afc70a7be1a5e9dc [diff] |
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>