changed machine names

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1495 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2005-07-03 16:00:32 +00:00
parent d5295253b0
commit 0289b2c1df

View File

@ -466,13 +466,13 @@ static void ppc_heathrow_init(int ram_size, int vga_ram_size, int boot_device,
} }
QEMUMachine core99_machine = { QEMUMachine core99_machine = {
"core99", "mac99",
"Core99 based PowerMAC", "Mac99 based PowerMAC",
ppc_core99_init, ppc_core99_init,
}; };
QEMUMachine heathrow_machine = { QEMUMachine heathrow_machine = {
"heathrow", "g3bw",
"Heathrow based PowerMAC", "Heathrow based PowerMAC",
ppc_heathrow_init, ppc_heathrow_init,
}; };