On Thu, 6 Apr 2023 at 09:22, Thomas De Schampheleire <thomas.de_schamphele...@nokia.com> wrote: > > The event filename is an absolute path. Convert it to a relative path when > writing '#line' directives, to preserve reproducibility of the generated > output when different base paths are used. > > Signed-off-by: Thomas De Schampheleire <thomas.de_schamphele...@nokia.com> > --- > scripts/tracetool/backend/ftrace.py | 4 +++- > scripts/tracetool/backend/log.py | 4 +++- > scripts/tracetool/backend/syslog.py | 4 +++- > 3 files changed, 9 insertions(+), 3 deletions(-)
Thanks, applied to my block-next tree: https://gitlab.com/stefanha/qemu/-/tree/block-next qemu.git/master is currently frozen for the 8.0 release. The latest release candidate is -rc3 and the final release is imminent. I don't want to risk breaking and delaying the release at this stage, so I have queued up this patch for the 8.1 release cycle. The timing is unlucky, I would have liked to still include this in the 8.0 release. Thank you for the patch! Stefan