[PATCH 0/2] trace: fix ability to use systemtap with qemu tools

Daniel P. Berrangé posted 2 patches 3 months, 3 weeks ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240108171356.1037059-1-berrange@redhat.com
Maintainers: Stefan Hajnoczi <stefanha@redhat.com>, Mads Ynddal <mads@ynddal.dk>, 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>, John Snow <jsnow@redhat.com>, Cleber Rosa <crosa@redhat.com>
docs/devel/tracing.rst |  3 +-
meson.build            | 63 +++++++++++++++++++++++++++---------------
scripts/tracetool.py   | 24 ++++------------
3 files changed, 46 insertions(+), 44 deletions(-)
[PATCH 0/2] trace: fix ability to use systemtap with qemu tools
Posted by Daniel P. Berrangé 3 months, 3 weeks ago
Currently we're only generating .stp definitions for the system and
user emulators forgetting all about the tools which support tracing
too.

Daniel P. Berrangé (2):
  tracetool: remove redundant --target-type / --target-name args
  meson: generate .stp files for tools too

 docs/devel/tracing.rst |  3 +-
 meson.build            | 63 +++++++++++++++++++++++++++---------------
 scripts/tracetool.py   | 24 ++++------------
 3 files changed, 46 insertions(+), 44 deletions(-)

-- 
2.43.0


Re: [PATCH 0/2] trace: fix ability to use systemtap with qemu tools
Posted by Stefan Hajnoczi 1 month, 2 weeks ago
On Mon, Jan 08, 2024 at 05:13:54PM +0000, Daniel P. Berrangé wrote:
> Currently we're only generating .stp definitions for the system and
> user emulators forgetting all about the tools which support tracing
> too.
> 
> Daniel P. Berrangé (2):
>   tracetool: remove redundant --target-type / --target-name args
>   meson: generate .stp files for tools too
> 
>  docs/devel/tracing.rst |  3 +-
>  meson.build            | 63 +++++++++++++++++++++++++++---------------
>  scripts/tracetool.py   | 24 ++++------------
>  3 files changed, 46 insertions(+), 44 deletions(-)
> 
> -- 
> 2.43.0
> 

Thanks, applied to my tracing tree:
https://gitlab.com/stefanha/qemu/commits/tracing

Stefan
Re: [PATCH 0/2] trace: fix ability to use systemtap with qemu tools
Posted by Daniel P. Berrangé 2 months, 1 week ago
Ping: Stefan, are you OK with picking up these trace patches
for merge ?

On Mon, Jan 08, 2024 at 05:13:54PM +0000, Daniel P. Berrangé wrote:
> Currently we're only generating .stp definitions for the system and
> user emulators forgetting all about the tools which support tracing
> too.
> 
> Daniel P. Berrangé (2):
>   tracetool: remove redundant --target-type / --target-name args
>   meson: generate .stp files for tools too
> 
>  docs/devel/tracing.rst |  3 +-
>  meson.build            | 63 +++++++++++++++++++++++++++---------------
>  scripts/tracetool.py   | 24 ++++------------
>  3 files changed, 46 insertions(+), 44 deletions(-)


> 
> -- 
> 2.43.0
> 

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Re: [PATCH 0/2] trace: fix ability to use systemtap with qemu tools
Posted by Daniel P. Berrangé 1 month, 2 weeks ago
Ping again for these patches to get into this release.

On Fri, Feb 16, 2024 at 01:09:33PM +0000, Daniel P. Berrangé wrote:
> Ping: Stefan, are you OK with picking up these trace patches
> for merge ?
> 
> On Mon, Jan 08, 2024 at 05:13:54PM +0000, Daniel P. Berrangé wrote:
> > Currently we're only generating .stp definitions for the system and
> > user emulators forgetting all about the tools which support tracing
> > too.
> > 
> > Daniel P. Berrangé (2):
> >   tracetool: remove redundant --target-type / --target-name args
> >   meson: generate .stp files for tools too
> > 
> >  docs/devel/tracing.rst |  3 +-
> >  meson.build            | 63 +++++++++++++++++++++++++++---------------
> >  scripts/tracetool.py   | 24 ++++------------
> >  3 files changed, 46 insertions(+), 44 deletions(-)

With regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|


Re: [PATCH 0/2] trace: fix ability to use systemtap with qemu tools
Posted by Stefan Hajnoczi 1 month, 2 weeks ago
On Tue, Mar 12, 2024 at 11:34:21AM +0000, Daniel P. Berrangé wrote:
> Ping again for these patches to get into this release.
> 
> On Fri, Feb 16, 2024 at 01:09:33PM +0000, Daniel P. Berrangé wrote:
> > Ping: Stefan, are you OK with picking up these trace patches
> > for merge ?

Sorry, I missed them.

Stefan