Home | History | Annotate | Download | only in qemu

Lines Matching refs:virtcon_hds

222 CharDriverState *virtcon_hds[MAX_VIRTIO_CONSOLES];
3056 virtcon_hds[i] = qemu_chr_open(label, devname, NULL);
3057 if (!virtcon_hds[i]) {
3187 if (virtcon_hds[i] && devname) {
3189 qemu_chr_printf(virtcon_hds[i], "virtio console%d\r\n", i);