Home | History | Annotate | Download | only in qemu

Lines Matching refs:serial_hds

283 CharDriverState *serial_hds[MAX_SERIAL_PORTS];
1838 if (serial_hds[index] != NULL) {
1843 serial_hds[index] = qemu_chr_open(label, devname, NULL);
1844 if (!serial_hds[index]) {
1860 if (serial_hds[index] == NULL) {
3960 qemu_chr_printf(serial_hds[i], "serial%d console\r\n", i);