[PULL for-5.2 0/1] Tracing patches

Stefan Hajnoczi posted 1 patch 3 years, 5 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20201119164758.939980-1-stefanha@redhat.com
There is a newer version of this series
configure         | 7 +++++++
trace/meson.build | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
[PULL for-5.2 0/1] Tracing patches
Posted by Stefan Hajnoczi 3 years, 5 months ago
The following changes since commit ff85db769ffd431f86d263d5e954e809a83be92f:

  Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201119' into staging (2020-11-19 10:36:53 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 4b265c79a85bb35abe19aacea6954c1616521639:

  trace: use STAP_SDT_V2 to work around symbol visibility (2020-11-19 16:41:09 +0000)

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

Fix --enable-modules --enable-trace-backends=dtrace with recent SystemTap
releases.

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

Stefan Hajnoczi (1):
  trace: use STAP_SDT_V2 to work around symbol visibility

 configure         | 7 +++++++
 trace/meson.build | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

-- 
2.28.0

Re: [PULL for-5.2 0/1] Tracing patches
Posted by Peter Maydell 3 years, 5 months ago
On Thu, 19 Nov 2020 at 16:48, Stefan Hajnoczi <stefanha@redhat.com> wrote:
>
> The following changes since commit ff85db769ffd431f86d263d5e954e809a83be92f:
>
>   Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201119' into staging (2020-11-19 10:36:53 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request
>
> for you to fetch changes up to 4b265c79a85bb35abe19aacea6954c1616521639:
>
>   trace: use STAP_SDT_V2 to work around symbol visibility (2020-11-19 16:41:09 +0000)
>
> ----------------------------------------------------------------
> Pull request
>
> Fix --enable-modules --enable-trace-backends=dtrace with recent SystemTap
> releases.
>


Applied, thanks.

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

-- PMM