Home
last modified time | relevance | path

Searched refs:serial_hds (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/system/
H A Dvl.c178 static Chardev **serial_hds; variable
1444 serial_hds = g_renew(Chardev *, serial_hds, index + 1); in serial_parse()
1448 serial_hds[index] = NULL; in serial_parse()
1453 serial_hds[index] = qemu_chr_new_mux_mon(label, devname, NULL); in serial_parse()
1454 if (!serial_hds[index]) { in serial_parse()
1468 return serial_hds[i]; in serial_hd()