diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-08 15:53:20 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-02-08 15:53:20 +0000 |
commit | aa71cf802eb884dcdaebae6fbbd008248a64a01b (patch) | |
tree | 938f1e79c08d2d106f84915825be8b4d0bd4699a /qemu-doc.texi | |
parent | d5853c20f2bd7c4551fcb99b4d1a188c25ffd140 (diff) |
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
Diffstat (limited to 'qemu-doc.texi')
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 7905b5606b..8e19f36d99 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -961,6 +961,8 @@ This implements UDP Net Console. When @var{remote_host} or @var{src_ip} are not specified they default to @code{0.0.0.0}. When not using a specified @var{src_port} a random port is automatically chosen. +@item msmouse +Three button serial mouse. Configure the guest to use Microsoft protocol. If you just want a simple readonly console you can use @code{netcat} or @code{nc}, by starting qemu with: @code{-serial udp::4555} and nc as: |