Stefan Hajnoczi writes: > On Fri, Jan 25, 2013 at 05:33:46PM +0100, Lluís Vilanova wrote: >> Provides a generic event state description structure (TraceEvent) and a more >> detailed event control and query interface. >> >> This is achieved by creating a new "non-public" tracing backend (i.e., not >> selectable by the user at configure time) that will generate the appropriate >> event description information. >> >> Signed-off-by: Lluís Vilanova <[email protected]> >> ---
> Hi Lluís, > I hit an issue testing the different backends with this series applied. > The simple trace writeout thread hangs when the 'quit' monitor command > is issued. Do you see the same issue? > $ ./configure --target-list=x86_64-softmmu --enable-trace-backend=simple > $ make -j4 > $ cat my-events > bdrv_open_common > $ x86_64-softmmu/qemu-system-x86_64 -trace events=my-events > (qemu) quit I've rebased the series in master (which forced me to fix a tiny line in a makefile, due recent changes), and everything's working fine. I can resend the rebased series, if you want. Lluis -- "And it's much the same thing with knowledge, for whenever you learn something new, the whole world becomes that much richer." -- The Princess of Pure Reason, as told by Norton Juster in The Phantom Tollbooth
