qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Trivial ARM changes
@ 2024-11-03 14:33 Bernhard Beschow
  2024-11-03 14:33 ` [PATCH v2 1/4] hw/rtc/ds1338: Trace send and receive operations Bernhard Beschow
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Bernhard Beschow @ 2024-11-03 14:33 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P. Berrangé, Peter Maydell, Marc-André Lureau,
	Paolo Bonzini, Jean-Christophe Dubois, qemu-arm, Michael Tokarev,
	Laurent Vivier, qemu-trivial, Philippe Mathieu-Daudé,
	Bernhard Beschow

This series improves the tracing experience in three devices used in ARM
context. It also removes a duplicate statement in an IMX watchdog.

v2:
* Fix format strings in trace events for imx_gpt (Phil)
* Add patch for tmp105 which improves tracing

Bernhard Beschow (4):
  hw/rtc/ds1338: Trace send and receive operations
  hw/timer/imx_gpt: Convert DPRINTF to trace events
  hw/watchdog/wdt_imx2: Remove redundant assignment
  hw/sensor/tmp105: Convert printf() to trace event, add tracing for
    read/write access

 meson.build            |  1 +
 hw/sensor/trace.h      |  1 +
 hw/rtc/ds1338.c        |  6 ++++++
 hw/sensor/tmp105.c     |  7 ++++++-
 hw/timer/imx_gpt.c     | 18 +++++-------------
 hw/watchdog/wdt_imx2.c |  1 -
 hw/rtc/trace-events    |  4 ++++
 hw/sensor/trace-events |  6 ++++++
 hw/timer/trace-events  |  6 ++++++
 9 files changed, 35 insertions(+), 15 deletions(-)
 create mode 100644 hw/sensor/trace.h
 create mode 100644 hw/sensor/trace-events

-- 
2.47.0



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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-03 14:33 [PATCH v2 0/4] Trivial ARM changes Bernhard Beschow
2024-11-03 14:33 ` [PATCH v2 1/4] hw/rtc/ds1338: Trace send and receive operations Bernhard Beschow
2024-11-03 14:33 ` [PATCH v2 2/4] hw/timer/imx_gpt: Convert DPRINTF to trace events Bernhard Beschow
2024-11-03 14:33 ` [PATCH v2 3/4] hw/watchdog/wdt_imx2: Remove redundant assignment Bernhard Beschow
2024-11-04 11:20   ` Richard Henderson
2024-11-03 14:33 ` [PATCH v2 4/4] hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write access Bernhard Beschow
2024-11-03 20:25   ` Philippe Mathieu-Daudé
2024-11-04 13:50 ` [PATCH v2 0/4] Trivial ARM changes 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).