Home | History | Annotate | Download | only in qemu

Lines Matching refs:first_machine

1496 static QEMUMachine *first_machine = NULL;
1502 pm = &first_machine;
1514 for(m = first_machine; m != NULL; m = m->next) {
1525 for(m = first_machine; m != NULL; m = m->next) {
2195 for(m = first_machine; m != NULL; m = m->next) {