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é <phi...@linaro.org> > 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é <phi...@linaro.org> > --- > accel/tcg/monitor.c | 193 --------------------------------------- > accel/tcg/tcg-stats.c | 206 ++++++++++++++++++++++++++++++++++++++++++ > accel/tcg/meson.build | 1 + > 3 files changed, 207 insertions(+), 193 deletions(-) > create mode 100644 accel/tcg/tcg-stats.c
Reviewed-by: Zhao Liu <zhao1....@intel.com>