On Thu, Jul 03, 2025 at 07:32:17PM +0200, Philippe Mathieu-Daudé wrote:
> Date: Thu, 3 Jul 2025 19:32:17 +0200
> From: Philippe Mathieu-Daudé
> Subject: [PATCH v6 11/39] accel/tcg: Extract statistic related code to
> tcg-stats.c
> X-Mailer: git-send-email 2.49.0
>
>
Statistic code is not specific to system emulation (except
cross-page checks) and can be used to analyze user-mode binaries.
Extract statistic related code to its own file: tcg-stats.c,
keeping the original LGPL-2.1-or-later license tag.
Signed-off-by: Philippe Mathieu-Daudé
---
accel/tcg/monito