mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 02:24:58 -06:00
chardev: add msmouse support to qapi
This patch adds 'msmouse' support to qapi and also switches over the msmouse chardev initialization to the new qapi code path. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
80dca9e643
commit
f5a51cab2a
4 changed files with 10 additions and 3 deletions
|
@ -261,4 +261,7 @@ size_t qemu_chr_mem_osize(const CharDriverState *chr);
|
|||
|
||||
CharDriverState *qemu_char_get_next_serial(void);
|
||||
|
||||
/* msmouse */
|
||||
CharDriverState *qemu_chr_open_msmouse(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue