From aa71cf802eb884dcdaebae6fbbd008248a64a01b Mon Sep 17 00:00:00 2001 From: aurel32 Date: Sun, 8 Feb 2009 15:53:20 +0000 Subject: QEMU Microsoft serial mouse emulation Adds "msmouse" character device, which emulates a serial mouse. Use it with -serial msmouse. Signed-Off-By: Lubomir Rintel Signed-off-by: Aurelien Jarno git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6559 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/msmouse.h | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hw/msmouse.h (limited to 'hw/msmouse.h') diff --git a/hw/msmouse.h b/hw/msmouse.h new file mode 100644 index 000000000..947afd990 --- /dev/null +++ b/hw/msmouse.h @@ -0,0 +1,2 @@ +/* msmouse.c */ +CharDriverState *qemu_chr_open_msmouse(void); -- cgit v1.2.3