Re: [Qemu-devel] [PATCH 3/3] trace: Flush trace buffer on exit

2010-07-08 Thread Stefan Hajnoczi
On Thu, Jul 8, 2010 at 9:28 AM, Stefan Hajnoczi wrote: > On Thu, Jul 08, 2010 at 12:12:10PM +0530, Prerna Saxena wrote: >> Hi Stefan, >> On 07/07/2010 01:44 AM, Stefan Hajnoczi wrote: >> >Signed-off-by: Stefan Hajnoczi >> >--- >> >This applies to the tracing branch at: >> > >> >   http://repo.or.c

Re: [Qemu-devel] [PATCH 3/3] trace: Flush trace buffer on exit

2010-07-08 Thread Stefan Hajnoczi
On Thu, Jul 08, 2010 at 12:12:10PM +0530, Prerna Saxena wrote: > Hi Stefan, > On 07/07/2010 01:44 AM, Stefan Hajnoczi wrote: > >Signed-off-by: Stefan Hajnoczi > >--- > >This applies to the tracing branch at: > > > > http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/tracing-dev > > > > si

Re: [Qemu-devel] [PATCH 3/3] trace: Flush trace buffer on exit

2010-07-07 Thread Prerna Saxena
Hi Stefan, On 07/07/2010 01:44 AM, Stefan Hajnoczi wrote: Signed-off-by: Stefan Hajnoczi --- This applies to the tracing branch at: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/tracing-dev simpletrace.c | 23 +++ 1 files changed, 15 insertions(+), 8 dele

[Qemu-devel] [PATCH 3/3] trace: Flush trace buffer on exit

2010-07-06 Thread Stefan Hajnoczi
Signed-off-by: Stefan Hajnoczi --- This applies to the tracing branch at: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/tracing-dev simpletrace.c | 23 +++ 1 files changed, 15 insertions(+), 8 deletions(-) diff --git a/simpletrace.c b/simpletrace.c index ace