[Qemu-devel] [PATCH 1/3] trace: move qemu_trace_opts to trace/control.c

2016-05-31 Thread Denis V. Lunev
The patch also creates trace_opt_parse() helper in trace/control.c to reuse this code in next patches for qemu-nbd and qemu-io. The patch also makes trace_init_events() static, as this call is not used outside the module anymore. Signed-off-by: Denis V. Lunev Reviewed-by: Eric Blake CC: Paolo B

Re: [Qemu-devel] [PATCH 1/3] trace: move qemu_trace_opts to trace/control.c

2016-05-19 Thread Eric Blake
On 05/17/2016 02:20 AM, Denis V. Lunev wrote: > The patch also creates trace_opt_parse() helper in trace/control.c to reuse > this code in next patches for qemu-nbd and qemu-io. > > The patch also makes trace_init_events() static, as this call is not used > outside the module anymore. > > Signed-

[Qemu-devel] [PATCH 1/3] trace: move qemu_trace_opts to trace/control.c

2016-05-17 Thread Denis V. Lunev
The patch also creates trace_opt_parse() helper in trace/control.c to reuse this code in next patches for qemu-nbd and qemu-io. The patch also makes trace_init_events() static, as this call is not used outside the module anymore. Signed-off-by: Denis V. Lunev CC: Paolo Bonzini CC: Stefan Hajnoc