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

Stefan

Reply via email to