mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
convert msmouse chardev to QemuOpts.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
3c17affbff
commit
f0457e8d88
3 changed files with 7 additions and 7 deletions
|
@ -64,7 +64,7 @@ static void msmouse_chr_close (struct CharDriverState *chr)
|
|||
qemu_free (chr);
|
||||
}
|
||||
|
||||
CharDriverState *qemu_chr_open_msmouse(void)
|
||||
CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts)
|
||||
{
|
||||
CharDriverState *chr;
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
/* msmouse.c */
|
||||
CharDriverState *qemu_chr_open_msmouse(void);
|
||||
CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue