From 0c257437b25731d4f44985e4b30b7317f2845b4a Mon Sep 17 00:00:00 2001 From: Anthony Liguori Date: Thu, 21 May 2009 20:41:01 -0500 Subject: 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 --- hw/ppc_oldworld.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hw/ppc_oldworld.c') diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index c6ec635ef8..377ed593a0 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -386,6 +386,7 @@ static QEMUMachine heathrow_machine = { .desc = "Heathrow based PowerMAC", .init = ppc_heathrow_init, .max_cpus = MAX_CPUS, + .is_default = 1, }; static void heathrow_machine_init(void) -- cgit v1.2.3