mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
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
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue