Commit 0289b2c1df2a6e8347541bde30533898ac1d5553
1 parent
d5295253
changed machine names
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1495 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
3 deletions
hw/ppc_chrp.c
... | ... | @@ -466,13 +466,13 @@ static void ppc_heathrow_init(int ram_size, int vga_ram_size, int boot_device, |
466 | 466 | } |
467 | 467 | |
468 | 468 | QEMUMachine core99_machine = { |
469 | - "core99", | |
470 | - "Core99 based PowerMAC", | |
469 | + "mac99", | |
470 | + "Mac99 based PowerMAC", | |
471 | 471 | ppc_core99_init, |
472 | 472 | }; |
473 | 473 | |
474 | 474 | QEMUMachine heathrow_machine = { |
475 | - "heathrow", | |
475 | + "g3bw", | |
476 | 476 | "Heathrow based PowerMAC", |
477 | 477 | ppc_heathrow_init, |
478 | 478 | }; | ... | ... |