Re: [Qemu-devel] [PATCH v8 0/8] Rewrite tracetool using python modules

2012-04-16 Thread Stefan Hajnoczi
On Fri, Apr 13, 2012 at 10:33 PM, Lluís Vilanova wrote: > Stefan Hajnoczi writes: > >> Excellent, thank you! > >> There was a conflict qemu.git/master and Patch 1 which I have tried to >> resolve.  I also added commit descriptions to the first and last patches >> to capture the rationale behind th

Re: [Qemu-devel] [PATCH v8 0/8] Rewrite tracetool using python modules

2012-04-13 Thread Lluís Vilanova
Stefan Hajnoczi writes: > Excellent, thank you! > There was a conflict qemu.git/master and Patch 1 which I have tried to > resolve. I also added commit descriptions to the first and last patches > to capture the rationale behind these changes. > Please check the tracing tree to confirm that you

Re: [Qemu-devel] [PATCH v8 0/8] Rewrite tracetool using python modules

2012-04-13 Thread Stefan Hajnoczi
On Tue, Apr 03, 2012 at 08:47:33PM +0200, Lluís Vilanova wrote: > A full rewrite of the tracetool script using per-format and per-backend > modules, > so that it's easier to read and extend it in the future. > > Signed-off-by: Lluís Vilanova > --- > NOTE: This series applies in current master, i

[Qemu-devel] [PATCH v8 0/8] Rewrite tracetool using python modules

2012-04-03 Thread Lluís Vilanova
A full rewrite of the tracetool script using per-format and per-backend modules, so that it's easier to read and extend it in the future. Signed-off-by: Lluís Vilanova --- NOTE: This series applies in current master, ignoring the "Rewrite tracetool using python" series. Changes in v8: * B