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

2012-03-26 Thread Lluís Vilanova
Stefan Hajnoczi writes: > I tried to build this after make distclean with the nop backend: > GEN trace.h > Traceback (most recent call last): > File "/home/stefanha/qemu/scripts/tracetool.py", line 141, in > main(sys.argv) > File "/home/stefanha/qemu/scripts/tracetool.py", line 136, i

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

2012-03-26 Thread Stefan Hajnoczi
On Thu, Mar 22, 2012 at 9:42 PM, 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, ignoring t

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

2012-03-22 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. Lluís Vilanova (8):