diff options
author | Kevin Wolf <kwolf@redhat.com> | 2009-10-09 10:58:37 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-15 09:32:03 -0500 |
commit | be8b28a94020fd564c9bb9f0094e8c3ff45c0771 (patch) | |
tree | af12ae1d6efb4ff80c82b73db0519f29ea2fbbfe /qemu-options.hx | |
parent | 4e257e5e8185e74ba731e44e4c18f3d2221c1e9b (diff) | |
download | qemu-be8b28a94020fd564c9bb9f0094e8c3ff45c0771.tar.gz qemu-be8b28a94020fd564c9bb9f0094e8c3ff45c0771.tar.bz2 qemu-be8b28a94020fd564c9bb9f0094e8c3ff45c0771.zip |
Documentation: Move msmouse description to an appropriate place
Putting it right in the middle of the explanation for "-serial udp" probably
wasn't the best idea.
Patchworks-ID: 35603
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 6168ddfb39..20aa242054 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1261,8 +1261,6 @@ 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: @@ -1336,6 +1334,8 @@ listening on port 4444 would be: Braille device. This will use BrlAPI to display the braille output on a real or fake device. +@item msmouse +Three button serial mouse. Configure the guest to use Microsoft protocol. @end table ETEXI |