[PULL 0/6] Tracing patches

Stefan Hajnoczi posted 6 patches 5 months, 2 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240610171315.346143-1-stefanha@redhat.com
Maintainers: Stefan Berger <stefanb@linux.vnet.ibm.com>, Yoshinori Sato <ysato@users.sourceforge.jp>, Alex Williamson <alex.williamson@redhat.com>, "Cédric Le Goater" <clg@redhat.com>, Paolo Bonzini <pbonzini@redhat.com>, "Marc-André Lureau" <marcandre.lureau@redhat.com>, "Daniel P. Berrangé" <berrange@redhat.com>, Thomas Huth <thuth@redhat.com>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Stefan Hajnoczi <stefanha@redhat.com>, Mads Ynddal <mads@ynddal.dk>
There is a newer version of this series
meson.build                   |  1 -
backends/tpm/tpm_util.c       |  5 +--
backends/tpm/trace-events     |  3 +-
hw/sh4/trace-events           |  4 +--
hw/usb/trace-events           |  6 ++--
hw/vfio/trace-events          |  4 +--
scripts/tracetool/__init__.py | 10 ++----
scripts/tracetool/vcpu.py     | 59 -----------------------------------
8 files changed, 15 insertions(+), 77 deletions(-)
delete mode 100644 scripts/tracetool/vcpu.py
[PULL 0/6] Tracing patches
Posted by Stefan Hajnoczi 5 months, 2 weeks ago
The following changes since commit 80e8f0602168f451a93e71cbb1d59e93d745e62e:

  Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into staging (2024-06-09 11:21:55 -0700)

are available in the Git repository at:

  https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request

for you to fetch changes up to 4c2b6f328742084a5bd770af7c3a2ef07828c41c:

  tracetool: Forbid newline character in event format (2024-06-10 13:05:27 -0400)

----------------------------------------------------------------
Pull request

Cleanups from Philippe Mathieu-Daudé.

----------------------------------------------------------------

Philippe Mathieu-Daudé (6):
  tracetool: Remove unused vcpu.py script
  backends/tpm: Remove newline character in trace event
  hw/sh4: Remove newline character in trace events
  hw/usb: Remove newline character in trace events
  hw/vfio: Remove newline character in trace events
  tracetool: Forbid newline character in event format

 meson.build                   |  1 -
 backends/tpm/tpm_util.c       |  5 +--
 backends/tpm/trace-events     |  3 +-
 hw/sh4/trace-events           |  4 +--
 hw/usb/trace-events           |  6 ++--
 hw/vfio/trace-events          |  4 +--
 scripts/tracetool/__init__.py | 10 ++----
 scripts/tracetool/vcpu.py     | 59 -----------------------------------
 8 files changed, 15 insertions(+), 77 deletions(-)
 delete mode 100644 scripts/tracetool/vcpu.py

-- 
2.45.1


Re: [PULL 0/6] Tracing patches
Posted by Richard Henderson 5 months, 2 weeks ago
On 6/10/24 10:13, Stefan Hajnoczi wrote:
> The following changes since commit 80e8f0602168f451a93e71cbb1d59e93d745e62e:
> 
>    Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into staging (2024-06-09 11:21:55 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/stefanha/qemu.git  tags/tracing-pull-request
> 
> for you to fetch changes up to 4c2b6f328742084a5bd770af7c3a2ef07828c41c:
> 
>    tracetool: Forbid newline character in event format (2024-06-10 13:05:27 -0400)
> 
> ----------------------------------------------------------------
> Pull request
> 
> Cleanups from Philippe Mathieu-Daudé.

Applied, thanks.  Please update https://wiki.qemu.org/ChangeLog/9.1 as appropriate.


r~