Re: [Qemu-devel] [PATCH 1/6] qemu-io: enable tracing in qemu-io

2016-05-16 Thread Eric Blake
On 05/14/2016 06:01 AM, Denis V. Lunev wrote: > It would be convinient to enable tracepoints in qemu-io binary. This would s/convinient/convenient/ > allow to perform investigations without additional code recompilations. > > The command line will be exactly the same as in qemu-system. Reads aw

Re: [Qemu-devel] [PATCH 1/6] qemu-io: enable tracing in qemu-io

2016-05-16 Thread Denis V. Lunev
On 05/16/2016 04:09 PM, Paolo Bonzini wrote: On 14/05/2016 14:01, Denis V. Lunev wrote: It would be convinient to enable tracepoints in qemu-io binary. This would allow to perform investigations without additional code recompilations. The command line will be exactly the same as in qemu-system

Re: [Qemu-devel] [PATCH 1/6] qemu-io: enable tracing in qemu-io

2016-05-16 Thread Paolo Bonzini
On 14/05/2016 14:01, Denis V. Lunev wrote: > It would be convinient to enable tracepoints in qemu-io binary. This would > allow to perform investigations without additional code recompilations. > > The command line will be exactly the same as in qemu-system. > > Signed-off-by: Denis V. Lunev >

[Qemu-devel] [PATCH 1/6] qemu-io: enable tracing in qemu-io

2016-05-14 Thread Denis V. Lunev
It would be convinient to enable tracepoints in qemu-io binary. This would allow to perform investigations without additional code recompilations. The command line will be exactly the same as in qemu-system. Signed-off-by: Denis V. Lunev CC: Kevin Wolf CC: Paolo Bonzini --- qemu-io.c | 43 +++