diff --git a/hw/ppc_chrp.c b/hw/ppc_chrp.c index 5d20333d738955f4fd1fa0b6d7beef321e87b1cf..eb9482eaeff8c234197ea84d8f1148f65c16083f 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, };