This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
qemu
Watch
0
Star
0
Fork
0
You've already forked qemu
mirror of
https://github.com/qemu/qemu.git
synced
2024-11-24 19:33:39 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2ba6edf0dd
qemu
/
hw
/
msmouse.h
3 lines
72 B
C
Raw
Normal View
History
Unescape
Escape
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
2009-02-08 23:53:20 +08:00
/* msmouse.c */
convert msmouse chardev to QemuOpts. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
2009-09-10 16:58:45 +08:00
CharDriverState
*
qemu_chr_open_msmouse
(
QemuOpts
*
opts
)
;
Reference in New Issue
Copy Permalink