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:
aurel32
2009-02-08 15:53:20 +00:00
parent d5853c20f2
commit aa71cf802e
5 changed files with 88 additions and 0 deletions

2
hw/msmouse.h Normal file
View File

@@ -0,0 +1,2 @@
/* msmouse.c */
CharDriverState *qemu_chr_open_msmouse(void);