qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v10 0/7] trace: Generic event state description


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH v10 0/7] trace: Generic event state description
Date: Thu, 28 Feb 2013 11:08:46 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

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 <address@hidden>
> ---

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

[Prev in Thread] Current Thread [Next in Thread]