On 3/23/21 9:45 AM, Claudio Fontana wrote:
in the process remove a few CONFIG_TCG that are superfluous now.

Signed-off-by: Claudio Fontana<cfont...@suse.de>
---
  target/arm/tcg/m_helper.h         |   21 +
  target/arm/tcg/m_helper.c         | 2766 +----------------------------
  target/arm/tcg/sysemu/m_helper.c  | 2655 +++++++++++++++++++++++++++
  target/arm/tcg/user/m_helper.c    |   97 +
  target/arm/tcg/sysemu/meson.build |    1 +
  target/arm/tcg/user/meson.build   |    1 +
  6 files changed, 2780 insertions(+), 2761 deletions(-)
  create mode 100644 target/arm/tcg/m_helper.h
  create mode 100644 target/arm/tcg/sysemu/m_helper.c
  create mode 100644 target/arm/tcg/user/m_helper.c

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>


r~

Reply via email to