qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 0/2] Tracing patches
@ 2024-03-12 19:01 Stefan Hajnoczi
  2024-03-12 19:01 ` [PULL 1/2] tracetool: remove redundant --target-type / --target-name args Stefan Hajnoczi
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Stefan Hajnoczi @ 2024-03-12 19:01 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Mads Ynddal, Cleber Rosa,
	Philippe Mathieu-Daudé, Thomas Huth, Marc-André Lureau,
	Stefan Hajnoczi, Daniel P. Berrangé, John Snow

The following changes since commit 8f3f329f5e0117bd1a23a79ab751f8a7d3471e4b:

  Merge tag 'migration-20240311-pull-request' of https://gitlab.com/peterx/qemu into staging (2024-03-12 11:35:41 +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 2b608e16ca00017509fa2a211b7b49aacdedb760:

  meson: generate .stp files for tools too (2024-03-12 14:52:07 -0400)

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

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

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.44.0



^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PULL 0/2] Tracing patches
@ 2020-06-24 10:49 Stefan Hajnoczi
  2020-06-25 14:27 ` Peter Maydell
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Hajnoczi @ 2020-06-24 10:49 UTC (permalink / raw)
  To: qemu-devel
  Cc: Peter Maydell, Eduardo Habkost, Gerd Hoffmann, Stefan Hajnoczi,
	Cleber Rosa, Paolo Bonzini

The following changes since commit d88d5a3806d78dcfca648c62dae9d88d3e803bd2:

  Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-hw-2020062=
2' into staging (2020-06-23 13:55:52 +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 db25d56c014aa1a96319c663e0a60346a223b31e:

  trace/simple: Fix unauthorized enable (2020-06-24 11:21:00 +0100)

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

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

Markus Armbruster (1):
  trace/simple: Fix unauthorized enable

Philippe Mathieu-Daud=C3=A9 (1):
  scripts/tracetool: Update maintainer email address

 trace/simple.h                                |  2 +-
 trace/simple.c                                | 20 +++++++++++++------
 scripts/tracetool.py                          |  2 +-
 scripts/tracetool/__init__.py                 |  2 +-
 scripts/tracetool/backend/__init__.py         |  2 +-
 scripts/tracetool/backend/dtrace.py           |  2 +-
 scripts/tracetool/backend/log.py              |  2 +-
 scripts/tracetool/backend/simple.py           |  2 +-
 scripts/tracetool/backend/ust.py              |  2 +-
 scripts/tracetool/format/__init__.py          |  2 +-
 scripts/tracetool/format/c.py                 |  2 +-
 scripts/tracetool/format/d.py                 |  2 +-
 scripts/tracetool/format/h.py                 |  2 +-
 scripts/tracetool/format/stap.py              |  2 +-
 scripts/tracetool/format/tcg_h.py             |  2 +-
 scripts/tracetool/format/tcg_helper_c.py      |  2 +-
 scripts/tracetool/format/tcg_helper_h.py      |  2 +-
 .../tracetool/format/tcg_helper_wrapper_h.py  |  2 +-
 scripts/tracetool/transform.py                |  2 +-
 scripts/tracetool/vcpu.py                     |  2 +-
 20 files changed, 33 insertions(+), 25 deletions(-)

--=20
2.26.2


^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PULL 0/2] Tracing patches
@ 2019-10-14  8:57 Stefan Hajnoczi
  2019-10-15 12:24 ` Peter Maydell
  0 siblings, 1 reply; 10+ messages in thread
From: Stefan Hajnoczi @ 2019-10-14  8:57 UTC (permalink / raw)
  To: qemu-devel
  Cc: Fam Zheng, Peter Maydell, qemu-block, Jason Wang, Stefan Hajnoczi,
	Paolo Bonzini

The following changes since commit 98b2e3c9ab3abfe476a2b02f8f51813edb90e72d:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-10-08 16:08:35 +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 a1f4fc951a277c49a25418cafb028ec5529707fa:

  trace: avoid "is" with a literal Python 3.8 warnings (2019-10-14 09:54:46 +0100)

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

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

Stefan Hajnoczi (2):
  trace: add --group=all to tracing.txt
  trace: avoid "is" with a literal Python 3.8 warnings

 docs/devel/tracing.txt        | 3 ++-
 scripts/tracetool/__init__.py | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
2.21.0



^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-03-13 15:11 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12 19:01 [PULL 0/2] Tracing patches Stefan Hajnoczi
2024-03-12 19:01 ` [PULL 1/2] tracetool: remove redundant --target-type / --target-name args Stefan Hajnoczi
2024-03-12 19:01 ` [PULL 2/2] meson: generate .stp files for tools too Stefan Hajnoczi
2024-03-13 15:10 ` [PULL 0/2] Tracing patches Peter Maydell
  -- strict thread matches above, loose matches on Subject: below --
2020-06-24 10:49 Stefan Hajnoczi
2020-06-25 14:27 ` Peter Maydell
2019-10-14  8:57 Stefan Hajnoczi
2019-10-15 12:24 ` Peter Maydell
2019-10-15 15:38   ` Philippe Mathieu-Daudé
2019-10-15 15:42     ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).