summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-08 15:53:20 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2009-02-08 15:53:20 +0000
commitaa71cf802eb884dcdaebae6fbbd008248a64a01b (patch)
tree938f1e79c08d2d106f84915825be8b4d0bd4699a /qemu-doc.texi
parentAdd load/save capability to rc4030 chipset (diff)
downloadqemu-kvm-aa71cf802eb884dcdaebae6fbbd008248a64a01b.tar.gz
qemu-kvm-aa71cf802eb884dcdaebae6fbbd008248a64a01b.tar.bz2
qemu-kvm-aa71cf802eb884dcdaebae6fbbd008248a64a01b.zip
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.texi2
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 7905b5606..8e19f36d9 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: