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

2012-04-02 Thread Lluís Vilanova
Lluís Vilanova writes: [...] > Changes in v7: > * Fix backend/format to module name translations. I'm really sorry for the late flooding. This time it's build-tested with future series that use the now-fixed features. Lluis -- "And it's much the same thing with knowledge, for whenever you le

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

2012-04-02 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 v7: * F