Re: [PATCH v5] hw/timer/imx_epit: Replace DPRINTF with trace events

Peter Maydell <[email protected]> Fri, 19 Jun 2026 14:07:07 +0100
Newsgroups org.nongnu.qemu-trivial,org.nongnu.qemu-arm,org.nongnu.qemu-devel
Message-ID <CAFEAcA8RGC-1k5B_Ex_YHC+w3sV2hLtWTkimt6dSca_OpXfphQ@mail.gmail.com>
On Wed, 17 Jun 2026 at 17:14, jack wang <[email protected]> wrote:
>
> Clean up the codebase by removing the outdated DEBUG_IMX_EPIT
> and DPRINTF macros, replacing them with modern QEMU trace events.
>
> This also removes an empty and meaningless DPRINTF("\n") in the
> imx_epit_realize function.
>
> Signed-off-by: jack wang <[email protected]>
> Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
> ---

Thanks for this patch; I've applied it to target-arm.next, and
it should get into upstream git within a week or so.

-- PMM