diff options
author | Andreas Färber | 2009-12-20 00:22:26 +0100 |
---|---|---|
committer | Aurelien Jarno | 2009-12-21 10:04:30 +0100 |
commit | 46214a27851095d6581a7c7f0efc4f592d264957 (patch) | |
tree | 757586a7c7b7845fc12bb0f33e6cacc1616d27fe /hw/ppc_oldworld.c | |
parent | cpu-all.h: fix cpu_get_real_ticks() #ifdef (diff) | |
download | qemu-46214a27851095d6581a7c7f0efc4f592d264957.tar.gz qemu-46214a27851095d6581a7c7f0efc4f592d264957.tar.xz qemu-46214a27851095d6581a7c7f0efc4f592d264957.zip |
ppc64: Change default machine to mac99
Also change the New World default CPU to 970FX for ppc64,
since the G4 is a 32-bit CPU.
Signed-off-by: Andreas Färber <andreas.faerber@web.de>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'hw/ppc_oldworld.c')
-rw-r--r-- | hw/ppc_oldworld.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ppc_oldworld.c b/hw/ppc_oldworld.c index c90b151487..7ccc6a1471 100644 --- a/hw/ppc_oldworld.c +++ b/hw/ppc_oldworld.c @@ -409,7 +409,9 @@ static QEMUMachine heathrow_machine = { .desc = "Heathrow based PowerMAC", .init = ppc_heathrow_init, .max_cpus = MAX_CPUS, +#ifndef TARGET_PPC64 .is_default = 1, +#endif }; static void heathrow_machine_init(void) |