summaryrefslogtreecommitdiffstats
path: root/hw
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-03 16:00:32 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-07-03 16:00:32 +0000
commit0289b2c1df2a6e8347541bde30533898ac1d5553 (patch)
treed57cefc9d21eb4406b48908c76ef8538526cfa00 /hw
parentd5295253b0d2baf190180b08c2a531021af91c99 (diff)
downloadhqemu-0289b2c1df2a6e8347541bde30533898ac1d5553.zip
hqemu-0289b2c1df2a6e8347541bde30533898ac1d5553.tar.gz
changed machine names
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1495 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r--hw/ppc_chrp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/ppc_chrp.c b/hw/ppc_chrp.c
index 5d20333..eb9482e 100644
--- a/hw/ppc_chrp.c
+++ b/hw/ppc_chrp.c
@@ -466,13 +466,13 @@ static void ppc_heathrow_init(int ram_size, int vga_ram_size, int boot_device,
}
QEMUMachine core99_machine = {
- "core99",
- "Core99 based PowerMAC",
+ "mac99",
+ "Mac99 based PowerMAC",
ppc_core99_init,
};
QEMUMachine heathrow_machine = {
- "heathrow",
+ "g3bw",
"Heathrow based PowerMAC",
ppc_heathrow_init,
};
OpenPOWER on IntegriCloud