Home | History | Annotate | Download | only in qemu

Lines Matching refs:serial_hds

286 CharDriverState *serial_hds[MAX_SERIAL_PORTS];
2480 if (serial_hds[index] != NULL) {
2485 serial_hds[index] = qemu_chr_open(label, devname, NULL);
2486 if (!serial_hds[index]) {
2502 if (serial_hds[index] == NULL) {
4343 qemu_chr_printf(serial_hds[i], "serial%d console\r\n", i);