From patchwork Wed Feb 13 18:49:37 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markus Armbruster X-Patchwork-Id: 220231 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id AE3792C0080 for ; Thu, 14 Feb 2013 06:19:47 +1100 (EST) Received: from localhost ([::1]:38985 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5hPO-0000jD-Mu for incoming@patchwork.ozlabs.org; Wed, 13 Feb 2013 13:50:18 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56378) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5hOu-0000HP-QD for qemu-devel@nongnu.org; Wed, 13 Feb 2013 13:49:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U5hOs-0003WZ-2L for qemu-devel@nongnu.org; Wed, 13 Feb 2013 13:49:48 -0500 Received: from oxygen.pond.sub.org ([2a01:4f8:121:10e4::3]:38140) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U5hOr-0003W4-S4 for qemu-devel@nongnu.org; Wed, 13 Feb 2013 13:49:45 -0500 Received: from blackfin.pond.sub.org (p5B32AE19.dip.t-dialin.net [91.50.174.25]) by oxygen.pond.sub.org (Postfix) with ESMTPA id 00B239FE6C; Wed, 13 Feb 2013 19:49:43 +0100 (CET) Received: by blackfin.pond.sub.org (Postfix, from userid 1000) id 52A9F200AD; Wed, 13 Feb 2013 19:49:43 +0100 (CET) From: Markus Armbruster To: qemu-devel@nongnu.org Date: Wed, 13 Feb 2013 19:49:37 +0100 Message-Id: <1360781383-28635-2-git-send-email-armbru@redhat.com> X-Mailer: git-send-email 1.7.11.7 In-Reply-To: <1360781383-28635-1-git-send-email-armbru@redhat.com> References: <1360781383-28635-1-git-send-email-armbru@redhat.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a01:4f8:121:10e4::3 Cc: aliguori@us.ibm.com, stefanha@redhat.com Subject: [Qemu-devel] [PATCH for-1.4 1/7] help: Drop bogus help on -qtest and -qtest-log X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Markus Armbruster --- qemu-options.hx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/qemu-options.hx b/qemu-options.hx index 046bdc0..3800c9c 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -2928,13 +2928,9 @@ the @var{simple} tracing backend. @end table ETEXI -DEF("qtest", HAS_ARG, QEMU_OPTION_qtest, - "-qtest CHR specify tracing options\n", - QEMU_ARCH_ALL) - -DEF("qtest-log", HAS_ARG, QEMU_OPTION_qtest_log, - "-qtest-log LOG specify tracing options\n", - QEMU_ARCH_ALL) +HXCOMM Internal use +DEF("qtest", HAS_ARG, QEMU_OPTION_qtest, "", QEMU_ARCH_ALL) +DEF("qtest-log", HAS_ARG, QEMU_OPTION_qtest_log, "", QEMU_ARCH_ALL) #ifdef __linux__ DEF("enable-fips", 0, QEMU_OPTION_enablefips,