qemu-char: convert testdev backend to data-driven creation

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2015-09-29 15:33:42 +02:00
parent e47666b8d1
commit 0498790173
5 changed files with 6 additions and 14 deletions

View file

@ -356,9 +356,6 @@ extern int term_escape_char;
CharDriverState *qemu_char_get_next_serial(void);
/* testdev.c */
CharDriverState *chr_testdev_init(void);
/* console.c */
typedef CharDriverState *(VcHandler)(ChardevVC *vc);