Patches applied successfully (
tree,
apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190118173103.4903-1-berrange@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Gerd Hoffmann <kraxel@redhat.com>, Alex Williamson <alex.williamson@redhat.com>
Makefile | 3 +
Makefile.target | 11 +-
docs/devel/tracing.txt | 32 +++++
hw/display/qxl.c | 3 +-
hw/display/trace-events | 2 +-
hw/gpio/trace-events | 2 +-
hw/vfio/pci.c | 2 +-
hw/vfio/trace-events | 2 +-
scripts/qemu-trace-stap | 167 +++++++++++++++++++++++++++
scripts/tracetool/__init__.py | 6 +
scripts/tracetool/format/log_stap.py | 127 ++++++++++++++++++++
11 files changed, 351 insertions(+), 6 deletions(-)
create mode 100755 scripts/qemu-trace-stap
create mode 100644 scripts/tracetool/format/log_stap.py