Re: [Qemu-devel] [PATCH v6 2/4] trace: Remove unnecessary intermediate event copies

2016-02-11 Thread Lluís Vilanova
Lluís Vilanova writes: > The current code forces the use of a chain of ".original" dereferences, > which looks odd. > Signed-off-by: Lluís Vilanova > --- > scripts/tracetool/__init__.py|4 +--- > scripts/tracetool/format/events_h.py |4 ++-- > scripts/tracetool/format/tcg_h.py

[Qemu-devel] [PATCH v6 2/4] trace: Remove unnecessary intermediate event copies

2016-02-09 Thread Lluís Vilanova
The current code forces the use of a chain of ".original" dereferences, which looks odd. Signed-off-by: Lluís Vilanova --- scripts/tracetool/__init__.py|4 +--- scripts/tracetool/format/events_h.py |4 ++-- scripts/tracetool/format/tcg_h.py|4 ++-- 3 files changed, 5 inse