From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MwBKP-0002IK-Qg for qemu-devel@nongnu.org; Fri, 09 Oct 2009 04:59:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MwBKK-0002C1-99 for qemu-devel@nongnu.org; Fri, 09 Oct 2009 04:59:56 -0400 Received: from [199.232.76.173] (port=37837 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwBKK-0002Bd-4m for qemu-devel@nongnu.org; Fri, 09 Oct 2009 04:59:52 -0400 Received: from mx1.redhat.com ([209.132.183.28]:41917) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MwBKJ-00069n-L8 for qemu-devel@nongnu.org; Fri, 09 Oct 2009 04:59:51 -0400 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n998xoDf004346 for ; Fri, 9 Oct 2009 04:59:50 -0400 From: Kevin Wolf Date: Fri, 9 Oct 2009 10:58:37 +0200 Message-Id: <1255078717-5734-4-git-send-email-kwolf@redhat.com> In-Reply-To: <1255078717-5734-1-git-send-email-kwolf@redhat.com> References: <1255078717-5734-1-git-send-email-kwolf@redhat.com> Subject: [Qemu-devel] [PATCH 3/3] Documentation: Move msmouse description to an appropriate place List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Kevin Wolf Putting it right in the middle of the explanation for "-serial udp" probably wasn't the best idea. Signed-off-by: Kevin Wolf --- qemu-options.hx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index e86264e..eba9e52 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1251,8 +1251,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: @@ -1326,6 +1324,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 -- 1.6.2.5