From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N813e-0006MY-4P for qemu-devel@nongnu.org; Tue, 10 Nov 2009 19:27:34 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N813Z-0006FM-99 for qemu-devel@nongnu.org; Tue, 10 Nov 2009 19:27:33 -0500 Received: from [199.232.76.173] (port=57583 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N813Z-0006FB-0z for qemu-devel@nongnu.org; Tue, 10 Nov 2009 19:27:29 -0500 Received: from mail-ew0-f206.google.com ([209.85.219.206]:56318) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N813Y-0001km-N5 for qemu-devel@nongnu.org; Tue, 10 Nov 2009 19:27:28 -0500 Received: by mail-ew0-f206.google.com with SMTP id 2so644150ewy.34 for ; Tue, 10 Nov 2009 16:27:28 -0800 (PST) From: Scott Tsai Date: Wed, 11 Nov 2009 08:24:03 +0800 Message-Id: <1257899043-28415-4-git-send-email-scottt.tw@gmail.com> In-Reply-To: <1257899043-28415-3-git-send-email-scottt.tw@gmail.com> References: <1257899043-28415-1-git-send-email-scottt.tw@gmail.com> <1257899043-28415-2-git-send-email-scottt.tw@gmail.com> <1257899043-28415-3-git-send-email-scottt.tw@gmail.com> Subject: [Qemu-devel] [PATCH V3 3/3] Documentation: -usbdevice thermometer option List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Scott Tsai Adds documentation for the '-usbdevice thermometer' option. Signed-off-by: Scott Tsai --- qemu-options.hx | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index b65fd74..c2e3b6c 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -396,6 +396,9 @@ or fake device. @item net:@var{options} Network adapter that supports CDC ethernet and RNDIS protocols. +@item thermometer +Vernier Go!Temp compatible thermometer. + @end table ETEXI -- 1.6.5.2