diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-10-08 15:38:14 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-10-08 15:38:14 +0000 |
commit | 211685040f4e579f83a3ed8b3aa7a3f363ad384f (patch) | |
tree | 23c6b4bca9564b5fcd4f2bcbe151031537222608 /hmp-commands.hx | |
parent | dc439de7f96dc1a17e137273366123df24837876 (diff) | |
parent | 59370aaa5693d57c350074e537f2627d5b9d446c (diff) |
Merge branch 'tracing' of git://repo.or.cz/qemu/stefanha
* 'tracing' of git://repo.or.cz/qemu/stefanha:
trace: add arguments to bdrv_co_io_em() trace event
trace: trace monitor qmp dispatch/completion
trace: trace bdrv_open_common()
hmp: re-enable trace-file command
Diffstat (limited to 'hmp-commands.hx')
-rw-r--r-- | hmp-commands.hx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmp-commands.hx b/hmp-commands.hx index 506014c13f..a8ece43de7 100644 --- a/hmp-commands.hx +++ b/hmp-commands.hx @@ -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?", |