diff options
author | Markus Armbruster <armbru@redhat.com> | 2013-02-13 19:49:37 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-02-18 08:39:47 -0600 |
commit | 31e70d6c12d8f0170d7eeb56fa8275a9cc77c4a4 (patch) | |
tree | e925ea616d15a9dd95d9e7ca19a08ca03f403cf9 | |
parent | c538ca66ffec97432057d3fe1aa5a4bb417ae9e9 (diff) |
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>
-rw-r--r-- | qemu-options.hx | 10 |
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, |