On Sun, Feb 23, 2014 at 08:37:35PM +0100, Lluís Vilanova wrote: > The following tracetool cleanup changes the event numbering policy. > > Signed-off-by: Lluís Vilanova <[email protected]> > --- > scripts/simpletrace.py | 10 +++++----- > trace/simple.c | 2 +- > 2 files changed, 6 insertions(+), 6 deletions(-)
I would also like to add a change to the simpletrace binary format. The 32-bit reserved field will take the pid of QEMU. I will also submit a SystemTap script that produces simpletrace binary format output - this allows us to produce simpletrace-compatible data with a QEMU binary that only has SystemTap support. Since SystemTap is global it sees all QEMU processes and we need to distinguish between them using the pid. Your series will be merged into qemu.git at the start of the QEMU 2.1 release cycle. My patch can follow during the release cycle. End-users will not see the changes until QEMU 2.1 is released. Stefan
