Revision f80f9ec9 hw/ppc_prep.c

b/hw/ppc_prep.c
756 756
    register_ioport_write(0x0F00, 4, 1, &PPC_debug_write, NULL);
757 757
}
758 758

  
759
QEMUMachine prep_machine = {
759
static QEMUMachine prep_machine = {
760 760
    .name = "prep",
761 761
    .desc = "PowerPC PREP platform",
762 762
    .init = ppc_prep_init,
763 763
    .max_cpus = MAX_CPUS,
764 764
};
765

  
766
static void prep_machine_init(void)
767
{
768
    qemu_register_machine(&prep_machine);
769
}
770

  
771
machine_init(prep_machine_init);

Also available in: Unified diff