qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 14/24] accel/tcg: Remove cpu_set_cpustate_pointers


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 14/24] accel/tcg: Remove cpu_set_cpustate_pointers
Date: Thu, 14 Sep 2023 08:12:18 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.0

On 14/9/23 04:44, Richard Henderson wrote:
This function is now empty, so remove it.  In the case of
m68k and tricore, this empties the class instance initfn,
so remove those as well.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/exec/cpu-all.h  | 10 ----------
  target/alpha/cpu.c      |  2 --
  target/arm/cpu.c        |  1 -
  target/avr/cpu.c        |  2 --
  target/cris/cpu.c       |  2 --
  target/hexagon/cpu.c    |  3 ---
  target/hppa/cpu.c       |  1 -
  target/i386/cpu.c       |  1 -
  target/loongarch/cpu.c  |  8 +++-----
  target/m68k/cpu.c       |  8 --------
  target/microblaze/cpu.c |  1 -
  target/mips/cpu.c       |  1 -
  target/nios2/cpu.c      |  4 +---
  target/openrisc/cpu.c   |  6 +-----
  target/ppc/cpu_init.c   |  1 -
  target/riscv/cpu.c      |  6 +-----
  target/rx/cpu.c         |  1 -
  target/s390x/cpu.c      |  2 --
  target/sh4/cpu.c        |  2 --
  target/sparc/cpu.c      |  2 --
  target/tricore/cpu.c    |  9 ---------
  target/xtensa/cpu.c     |  1 -
  22 files changed, 6 insertions(+), 68 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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