All of lore.kernel.org
 help / color / mirror / Atom feed
From: jack wang <163wangjack@gmail.com>
To: qemu-devel@nongnu.org
Cc: jack wang <163wangjack@gmail.com>
Subject: [PATCH v2 0/3] hw/misc: Replace DPRINTF with trace events for imx_ccm
Date: Fri, 26 Jun 2026 00:01:41 +0800	[thread overview]
Message-ID: <20260625160144.94565-1-163wangjack@gmail.com> (raw)

This series replaces DPRINTF macros with trace events for imx_ccm, imx25_ccm and imx31_ccm.

v2 changes(based on feedback from v1 reviewer):
- Added missing Signed-off-by tags.
- Fixed code style space issue in imx_ccm.
- Dropped unnecessary uint32_t cast in imx25_ccm.


jack wang (3):
  hw/misc/imx_ccm: Replace DPRINTF with trace events
  hw/misc/imx25_ccm: Replace DPRINTF with trace events
  hw/misc/imx31_ccm: Replace DPRINTF with trace events

 hw/misc/imx25_ccm.c  | 36 +++++++++++-------------------------
 hw/misc/imx31_ccm.c  | 33 ++++++++++-----------------------
 hw/misc/imx_ccm.c    | 18 +++---------------
 hw/misc/trace-events | 23 +++++++++++++++++++++++
 4 files changed, 47 insertions(+), 63 deletions(-)

-- 
2.53.0



             reply	other threads:[~2026-06-25 16:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-25 16:01 jack wang [this message]
2026-06-25 16:01 ` [PATCH v2 1/3] hw/misc/imx_ccm: Replace DPRINTF with trace events jack wang
2026-06-25 16:01 ` [PATCH v2 2/3] hw/misc/imx25_ccm: " jack wang
2026-06-25 16:01 ` [PATCH v2 3/3] hw/misc/imx31_ccm: " jack wang
2026-06-25 16:05   ` Peter Maydell
2026-06-25 16:04 ` [PATCH v2 0/3] hw/misc: Replace DPRINTF with trace events for imx_ccm Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260625160144.94565-1-163wangjack@gmail.com \
    --to=163wangjack@gmail.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.