Re: [Qemu-devel] [PATCH v3 14/24] instrument: Add internal control interface

2013-04-26 Thread Paolo Bonzini
Il 26/04/2013 17:25, Lluís Vilanova ha scritto: > Paolo Bonzini writes: > >> Il 21/04/2013 21:12, Lluís Vilanova ha scritto: >>> diff --git a/Makefile.objs b/Makefile.objs >>> index 5f8ea2d..4fb565b 100644 >>> --- a/Makefile.objs >>> +++ b/Makefile.objs >>> @@ -94,6 +94,7 @@ common-obj-y += disas/

Re: [Qemu-devel] [PATCH v3 14/24] instrument: Add internal control interface

2013-04-26 Thread Lluís Vilanova
Paolo Bonzini writes: > Il 21/04/2013 21:12, Lluís Vilanova ha scritto: >> diff --git a/Makefile.objs b/Makefile.objs >> index 5f8ea2d..4fb565b 100644 >> --- a/Makefile.objs >> +++ b/Makefile.objs >> @@ -94,6 +94,7 @@ common-obj-y += disas/ >> # instrumentation >> >> tools-obj-y += instrument/ >>

Re: [Qemu-devel] [PATCH v3 14/24] instrument: Add internal control interface

2013-04-26 Thread Paolo Bonzini
Il 21/04/2013 21:12, Lluís Vilanova ha scritto: > diff --git a/Makefile.objs b/Makefile.objs > index 5f8ea2d..4fb565b 100644 > --- a/Makefile.objs > +++ b/Makefile.objs > @@ -94,6 +94,7 @@ common-obj-y += disas/ > # instrumentation > > tools-obj-y += instrument/ > +target-obj-y += instrument/ >

Re: [Qemu-devel] [PATCH v3 14/24] instrument: Add internal control interface

2013-04-26 Thread Eric Blake
On 04/21/2013 01:12 PM, Lluís Vilanova wrote: > This interface provides two sets of operations: > > * Loading/unloading a trace instrumentation library. > > * Controls the instrumentation callbacks of the tracing events. > > Note that in the case of static instrumentation, the library is not > l

[Qemu-devel] [PATCH v3 14/24] instrument: Add internal control interface

2013-04-21 Thread Lluís Vilanova
This interface provides two sets of operations: * Loading/unloading a trace instrumentation library. * Controls the instrumentation callbacks of the tracing events. Note that in the case of static instrumentation, the library is not loaded/unloaded, but is still properly (de)initialized when QEM