On 3/26/21 1:36 PM, Claudio Fontana wrote:
move the module containing cpu models definitions
for 32bit TCG-only CPUs to tcg/ and rename it for clarity.

Signed-off-by: Claudio Fontana<cfont...@suse.de>
---
  target/arm/{cpu_tcg.c => tcg/tcg-cpu-models.c} | 9 +--------
  target/arm/meson.build                         | 4 ----
  target/arm/tcg/meson.build                     | 1 +
  3 files changed, 2 insertions(+), 12 deletions(-)
  rename target/arm/{cpu_tcg.c => tcg/tcg-cpu-models.c} (99%)

I have a notion that this patch should be moved prior to the previous patch, and that the code that was moved into tcg/tcg-cpu.c should have gone into this file.

But this patch by itself looks good.

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

r~

Reply via email to