On 4/4/25 15:35, Philippe Mathieu-Daudé wrote:
Move MTE declarations out of "internals.h" to TCG "mte.h".
Include "mte.h" when necessary.

Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org>
---
  target/arm/internals.h             | 121 --------------------
  target/arm/tcg/mte.h               | 124 ++++++++++++++++++++
  target/arm/tcg/sve_ldst_internal.h |   1 +
  target/arm/tcg/helper-a64.c        |   1 +
  target/arm/tcg/mte.c               | 175 +++++++++++++++++++++++++++++
  target/arm/tcg/mte_helper.c        | 160 +-------------------------
This moves more than declarations...


r~

Reply via email to