]> git.proxmox.com Git - qemu.git/blobdiff - qemu-char.h
Allow -serial chardev:<name>
[qemu.git] / qemu-char.h
index 9bff0c7f112c0c8cf21292700ea7d9c3301d4a75..0bf89442c6668e9be290245b9e1991ca5f90987e 100644 (file)
@@ -90,6 +90,7 @@ void qemu_chr_read(CharDriverState *s, uint8_t *buf, int len);
 int qemu_chr_get_msgfd(CharDriverState *s);
 void qemu_chr_accept_input(CharDriverState *s);
 void qemu_chr_info(Monitor *mon);
+CharDriverState *qemu_chr_find(const char *name);
 
 extern int term_escape_char;