The first patch fixes a problem I have introduced in vhost-vdpa traces by adding an unsupported format ("%llu").
The second patch fixes a problem I've seen while I was checking the result of the first patch: %PRI formats are not decoded correctly and we can end with things like "0x%u" because the used format is always the one of the first format of the string. Laurent Vivier (2): vhost-vdpa: fix "unsigned long long" error with stap tracetool: fix "PRI" macro decoding hw/virtio/trace-events | 2 +- hw/virtio/vhost-vdpa.c | 4 ++-- scripts/tracetool/format/log_stap.py | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) -- 2.29.2