target-ppc: Change default machine for 64-bit
commit159f8286b760deace1008f5f68a46cadba337780
authorDavid Gibson <david@gibson.dropbear.id.au>
Sat, 15 Jun 2013 01:51:50 +0000 (15 11:51 +1000)
committerAlexander Graf <agraf@suse.de>
Sun, 30 Jun 2013 23:11:15 +0000 (1 01:11 +0200)
tree5a6d7f96150e4cc5f8c3154e07113006e6628c03
parent9fea2ae25080ad790d7d904d01a1300a45a634eb
target-ppc: Change default machine for 64-bit

Currently, for qemu-system-ppc64, the default machine type is 'mac99'.
The mac99 machine is not being actively maintained, and represents a
bizarre hybrid of components that never actually existed as a real system.
This patch changes the default machine to 'pseries', which is actively
maintained and works well with most modern ppc64 Linux distributions as a
guest.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
[agraf: adjust commit message]
Signed-off-by: Alexander Graf <agraf@suse.de>
hw/ppc/mac_newworld.c
hw/ppc/spapr.c