From patchwork Fri Oct 9 08:58:37 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Wolf X-Patchwork-Id: 35603 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 0494FB7B95 for ; Fri, 9 Oct 2009 20:06:00 +1100 (EST) Received: from localhost ([127.0.0.1]:49538 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MwBQD-00054e-7O for incoming@patchwork.ozlabs.org; Fri, 09 Oct 2009 05:05:57 -0400 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 Received: from localhost.localdomain (vpn2-9-2.ams2.redhat.com [10.36.9.2]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n998xheL010976; Fri, 9 Oct 2009 04:59:49 -0400 From: Kevin Wolf To: qemu-devel@nongnu.org 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> X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. Cc: Kevin Wolf Subject: [Qemu-devel] [PATCH 3/3] Documentation: Move msmouse description to an appropriate place X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org 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