summaryrefslogtreecommitdiff
path: root/qemu-options.hx
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2013-02-13 19:49:37 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2013-02-18 08:39:47 -0600
commit31e70d6c12d8f0170d7eeb56fa8275a9cc77c4a4 (patch)
treee925ea616d15a9dd95d9e7ca19a08ca03f403cf9 /qemu-options.hx
parentc538ca66ffec97432057d3fe1aa5a4bb417ae9e9 (diff)
downloadqemu-31e70d6c12d8f0170d7eeb56fa8275a9cc77c4a4.tar.gz
help: Drop bogus help on -qtest and -qtest-log
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 1360781383-28635-2-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r--qemu-options.hx10
1 files changed, 3 insertions, 7 deletions
diff --git a/qemu-options.hx b/qemu-options.hx
index 9d7131aa0f..7fc4af9be9 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,