Re: [Qemu-devel] [PATCH v2 15/23] instrument: [qmp, qapi] Add control interface

2013-04-19 Thread Lluís Vilanova
Anything not commented inline has been changed according to your feedback. Eric Blake writes: [...] >> +## >> +# @instr-dynamic: >> +# >> +# Whether dynamic trace instrumentation is available. >> +# >> +# Since: 1.5 >> +## >> +{ 'command': 'instr-dynamic', >> + 'returns': 'bool' } > Perhaps nam

Re: [Qemu-devel] [PATCH v2 15/23] instrument: [qmp, qapi] Add control interface

2013-04-18 Thread Eric Blake
On 04/16/2013 07:51 AM, Lluís Vilanova wrote: > Add QMP commands to control (un)loading of dynamic instrumentation library. > > Signed-off-by: Lluís Vilanova > --- > include/qapi/qmp/qerror.h |9 + > instrument/Makefile.objs|1 + > instrument/qapi-schema.json | 33 +++

[Qemu-devel] [PATCH v2 15/23] instrument: [qmp, qapi] Add control interface

2013-04-16 Thread Lluís Vilanova
Add QMP commands to control (un)loading of dynamic instrumentation library. Signed-off-by: Lluís Vilanova --- include/qapi/qmp/qerror.h |9 + instrument/Makefile.objs|1 + instrument/qapi-schema.json | 33 instrument/qmp.c| 70 ++