Re: [PATCH v2 02/14] tcg: Move stubs in tcg/perf.h to tcg/perf-stubs.c

2025-02-03 Thread Alex Bennée
Richard Henderson  writes:

> These are not called so frequently as to be
> performance sensitive.
>
> Signed-off-by: Richard Henderson 

Reviewed-by: Alex Bennée 

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro



Re: [PATCH v2 02/14] tcg: Move stubs in tcg/perf.h to tcg/perf-stubs.c

2025-02-03 Thread Thomas Huth

On 03/02/2025 04.18, Richard Henderson wrote:

These are not called so frequently as to be
performance sensitive.

Signed-off-by: Richard Henderson 
---
  include/tcg/perf.h | 23 ---
  tcg/perf-stubs.c   | 26 ++
  tcg/meson.build|  2 ++
  3 files changed, 28 insertions(+), 23 deletions(-)
  create mode 100644 tcg/perf-stubs.c


Reviewed-by: Thomas Huth