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

2024-03-12 Thread Stefan Hajnoczi
On Mon, Jan 08, 2024 at 05:13:54PM +, 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 / --targe

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

2024-03-12 Thread Stefan Hajnoczi
On Tue, Mar 12, 2024 at 11:34:21AM +, Daniel P. Berrangé wrote: > Ping again for these patches to get into this release. > > On Fri, Feb 16, 2024 at 01:09:33PM +, Daniel P. Berrangé wrote: > > Ping: Stefan, are you OK with picking up these trace patches > > for merge ? Sorry, I missed the

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

2024-03-12 Thread Daniel P . Berrangé
Ping again for these patches to get into this release. On Fri, Feb 16, 2024 at 01:09:33PM +, 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 +, Daniel P. Berrangé wrote: > > Currently we're only

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

2024-02-16 Thread Daniel P . Berrangé
Ping: Stefan, are you OK with picking up these trace patches for merge ? On Mon, Jan 08, 2024 at 05:13:54PM +, 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. > > Danie

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

2024-01-08 Thread Daniel P . Berrangé
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