[PULL for-5.1 0/2] Tracing patches

Stefan Hajnoczi posted 2 patches 3 years, 8 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200730181414.160066-1-stefanha@redhat.com
There is a newer version of this series
trace/control.c                     | 1 +
scripts/tracetool/backend/dtrace.py | 4 ++++
2 files changed, 5 insertions(+)
[PULL for-5.1 0/2] Tracing patches
Posted by Stefan Hajnoczi 3 years, 8 months ago
The following changes since commit 5772f2b1fc5d00e7e04e01fa28e9081d6550440a:

  Update version for v5.1.0-rc2 release (2020-07-28 21:51:03 +0100)

are available in the Git repository at:

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

for you to fetch changes up to 000822441e34916991f7c03217dc24f38be49e50:

  tracetool: carefully define SDT_USE_VARIADIC (2020-07-30 16:02:38 +0100)

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

A build fix and a 'simple' trace backend regression fix.

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

Josh DuBois (1):
  trace/simple: Allow enabling simple traces from command line

Stefan Hajnoczi (1):
  tracetool: carefully define SDT_USE_VARIADIC

 trace/control.c                     | 1 +
 scripts/tracetool/backend/dtrace.py | 4 ++++
 2 files changed, 5 insertions(+)

-- 
2.26.2

Re: [PULL for-5.1 0/2] Tracing patches
Posted by Peter Maydell 3 years, 8 months ago
On Thu, 30 Jul 2020 at 19:14, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit 5772f2b1fc5d00e7e04e01fa28e9081d6550440a:
>
>   Update version for v5.1.0-rc2 release (2020-07-28 21:51:03 +0100)
>
> are available in the Git repository at:
>
>   https://github.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to 000822441e34916991f7c03217dc24f38be49e50:
>
>   tracetool: carefully define SDT_USE_VARIADIC (2020-07-30 16:02:38 +0100)
>
> ----------------------------------------------------------------
> Pull request
>
> A build fix and a 'simple' trace backend regression fix.
>
> ----------------------------------------------------------------


Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/5.1
for any user-visible changes.

-- PMM