Revision da665c99

b/hw/leon3.c
210 210
    }
211 211
}
212 212

  
213
QEMUMachine leon3_generic_machine = {
213
static QEMUMachine leon3_generic_machine = {
214 214
    .name     = "leon3_generic",
215 215
    .desc     = "Leon-3 generic",
216 216
    .init     = leon3_generic_hw_init,
b/hw/mips_fulong2e.c
392 392
    network_init();
393 393
}
394 394

  
395
QEMUMachine mips_fulong2e_machine = {
395
static QEMUMachine mips_fulong2e_machine = {
396 396
    .name = "fulong2e",
397 397
    .desc = "Fulong 2e mini pc",
398 398
    .init = mips_fulong2e_init,

Also available in: Unified diff