diff options
Diffstat (limited to 'hw/ppc_prep.c')
-rw-r--r-- | hw/ppc_prep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index 417583a96d..a35fbedbdc 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -669,6 +669,7 @@ static QEMUMachine prep_machine = { .desc = "PowerPC PREP platform", .init = ppc_prep_init, .max_cpus = MAX_CPUS, + DEFAULT_MACHINE_OPTIONS, }; static void prep_machine_init(void) |