mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
qemu-char: convert msmouse 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:
parent
3c0e5a4a84
commit
96d885b93b
5 changed files with 6 additions and 14 deletions
|
@ -356,9 +356,6 @@ extern int term_escape_char;
|
|||
|
||||
CharDriverState *qemu_char_get_next_serial(void);
|
||||
|
||||
/* msmouse */
|
||||
CharDriverState *qemu_chr_open_msmouse(void);
|
||||
|
||||
/* testdev.c */
|
||||
CharDriverState *chr_testdev_init(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue