mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
QEMU Microsoft serial mouse emulation
Adds "msmouse" character device, which emulates a serial mouse. Use it with -serial msmouse. Signed-Off-By: Lubomir Rintel <lkundrak@v3.sk> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6559 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
d5853c20f2
commit
aa71cf802e
5 changed files with 88 additions and 0 deletions
2
hw/msmouse.h
Normal file
2
hw/msmouse.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
/* msmouse.c */
|
||||
CharDriverState *qemu_chr_open_msmouse(void);
|
||||
Loading…
Add table
Add a link
Reference in a new issue