]> Git Repo - qemu.git/commit
trace: [bsd-user] Commandline arguments to control tracing
authorLluís Vilanova <[email protected]>
Fri, 15 Jul 2016 17:08:43 +0000 (19:08 +0200)
committerStefan Hajnoczi <[email protected]>
Mon, 18 Jul 2016 17:13:37 +0000 (18:13 +0100)
commit6913e79c3677a4282203fdd79af7927a94d0427e
tree3eee3d209a9725ed1bbde6b28478d884906a6697
parent6533dd6e111bb7929f8bf4fe06eadba1c70e6f29
trace: [bsd-user] Commandline arguments to control tracing

[Changed const char *trace_file to char *trace_file since it's a
heap-allocated string that needs to be freed.  This type is also
returned by trace_opt_parse() and used in vl.c.

Also fixed coding style on for(;;) and else statement as suggested by
Eric Blake <[email protected]> since the patch modifies these lines or
close enough.
--Stefan]

Signed-off-by: Lluís Vilanova <[email protected]>
Message-id: 146860252322.30668.18276041739086338328[email protected]
Signed-off-by: Stefan Hajnoczi <[email protected]>
bsd-user/main.c
This page took 0.024394 seconds and 4 git commands to generate.