Re: [Qemu-devel] [PATCH 00/14] trace: Add static tracing to QEMU

2010-08-22 Thread Anthony Liguori
On 08/12/2010 05:36 AM, Stefan Hajnoczi wrote: This patch series adds static tracing to QEMU. It can be used to instrument QEMU code by means of lightweight logging called trace events. Prerna and I are now posting the entire patch series with a serious eye towards checking we meet users' and d

Re: [Qemu-devel] [PATCH 00/14] trace: Add static tracing to QEMU

2010-08-13 Thread Lluís
Stefan Hajnoczi writes: > 1. Writing the trace buffer is currently synchronous - fwrite(3) is > used by the unlucky caller that fills up the trace buffer. Ideally > traces should never block and write-out would be asynchronous. With a > regular file I'm not sure how much of an issue this is to p

Re: [Qemu-devel] [PATCH 00/14] trace: Add static tracing to QEMU

2010-08-13 Thread Stefan Hajnoczi
On Thu, Aug 12, 2010 at 7:10 PM, Blue Swirl wrote: > On Thu, Aug 12, 2010 at 10:36 AM, Stefan Hajnoczi > wrote: >> This patch series adds static tracing to QEMU.  It can be used to instrument >> QEMU code by means of lightweight logging called trace events. >> >> Prerna and I are now posting the

Re: [Qemu-devel] [PATCH 00/14] trace: Add static tracing to QEMU

2010-08-12 Thread Blue Swirl
On Thu, Aug 12, 2010 at 10:36 AM, Stefan Hajnoczi wrote: > This patch series adds static tracing to QEMU.  It can be used to instrument > QEMU code by means of lightweight logging called trace events. > > Prerna and I are now posting the entire patch series with a serious eye > towards > checking

[Qemu-devel] [PATCH 00/14] trace: Add static tracing to QEMU

2010-08-12 Thread Stefan Hajnoczi
This patch series adds static tracing to QEMU. It can be used to instrument QEMU code by means of lightweight logging called trace events. Prerna and I are now posting the entire patch series with a serious eye towards checking we meet users' and developers' tracing needs and with the goal of get