Searched hist:"3183 bb3f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/monitor/ |
H A D | hmp.c | 3183bb3f Wed Aug 31 16:39:43 CDT 2022 Dongli Zhang <dongli.zhang@oracle.com> monitor/hmp: print trace as option in help for log command
The below is printed when printing help information in qemu-system-x86_64 command line, and when CONFIG_TRACE_LOG is enabled:
---------------------------- $ qemu-system-x86_64 -d help ... ... trace:PATTERN enable trace events
Use "-d trace:help" to get a list of trace events. ----------------------------
However, the options of "trace:PATTERN" are only printed by "qemu-system-x86_64 -d help", but missing in hmp "help log" command.
Fixes: c84ea00dc2 ("log: add "-d trace:PATTERN"") Cc: Joe Jin <joe.jin@oracle.com> Signed-off-by: Dongli Zhang <dongli.zhang@oracle.com> Message-Id: <20220831213943.8155-1-dongli.zhang@oracle.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
|