mirror of https://gitee.com/openkylin/qemu.git
hmp: re-enable trace-file command
Commit 31965ae27b
reverted a previous
renaming of CONFIG_SIMPLE_TRACE->CONFIG_TRACE_SIMPLE in a couple spots,
leading to trace-file currently being unavailable.
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
This commit is contained in:
parent
d11cf8cc80
commit
c45a81682d
|
@ -194,7 +194,7 @@ STEXI
|
|||
changes status of a trace event
|
||||
ETEXI
|
||||
|
||||
#if defined(CONFIG_SIMPLE_TRACE)
|
||||
#if defined(CONFIG_TRACE_SIMPLE)
|
||||
{
|
||||
.name = "trace-file",
|
||||
.args_type = "op:s?,arg:F?",
|
||||
|
|
Loading…
Reference in New Issue