qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [RFC v12 32/65] target/arm: move TCGCPUOps to tcg/tcg-cpu.c


From: Richard Henderson
Subject: Re: [RFC v12 32/65] target/arm: move TCGCPUOps to tcg/tcg-cpu.c
Date: Sun, 28 Mar 2021 10:48:28 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

On 3/26/21 1:36 PM, Claudio Fontana wrote:
move the TCGCPUOps interface to tcg/tcg-cpu.c
in preparation for the addition of the TCG accel-cpu class.

Signed-off-by: Claudio Fontana<cfontana@suse.de>
---
  target/arm/cpu.h           |   1 -
  target/arm/internals.h     |   5 -
  target/arm/tcg/tcg-cpu.h   |   6 +
  target/arm/cpu-sysemu.c    |   4 +
  target/arm/cpu.c           | 209 +--------------------------------
  target/arm/cpu_tcg.c       |   2 +-
  target/arm/tcg/helper.c    |   1 +
  target/arm/tcg/tcg-cpu.c   | 229 +++++++++++++++++++++++++++++++++++++
  target/arm/tcg/meson.build |   1 +
  9 files changed, 244 insertions(+), 214 deletions(-)
  create mode 100644 target/arm/tcg/tcg-cpu.c

I'm confused about the differing placement of arm_tcg_ops and arm_v7m_tcg_ops. It seems like one or the other is a mistake.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]