Revision 4b32e168 hw/ppc_oldworld.c

b/hw/ppc_oldworld.c
366 366
}
367 367

  
368 368
QEMUMachine heathrow_machine = {
369
    "g3bw",
370
    "Heathrow based PowerMAC",
371
    ppc_heathrow_init,
372
    BIOS_SIZE + VGA_RAM_SIZE,
369
    .name = "g3bw",
370
    .desc = "Heathrow based PowerMAC",
371
    .init = ppc_heathrow_init,
372
    .ram_require = BIOS_SIZE + VGA_RAM_SIZE,
373 373
};

Also available in: Unified diff