qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 26/33] include/qemu: Add TCGCPUOps typedef to typedefs.h


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH 26/33] include/qemu: Add TCGCPUOps typedef to typedefs.h
Date: Sun, 28 Jan 2024 17:24:53 +0100
User-agent: Mozilla Thunderbird

On 28/1/24 05:42, Richard Henderson wrote:
QEMU coding style recommends using structure typedefs.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/hw/core/cpu.h      | 5 +----
  include/qemu/typedefs.h    | 1 +
  bsd-user/signal.c          | 4 ++--
  linux-user/signal.c        | 4 ++--
  target/alpha/cpu.c         | 2 +-
  target/arm/cpu.c           | 2 +-
  target/arm/tcg/cpu32.c     | 2 +-
  target/avr/cpu.c           | 2 +-
  target/cris/cpu.c          | 4 ++--
  target/hexagon/cpu.c       | 2 +-
  target/hppa/cpu.c          | 2 +-
  target/i386/tcg/tcg-cpu.c  | 2 +-
  target/loongarch/cpu.c     | 2 +-
  target/m68k/cpu.c          | 2 +-
  target/microblaze/cpu.c    | 2 +-
  target/mips/cpu.c          | 2 +-
  target/nios2/cpu.c         | 2 +-
  target/openrisc/cpu.c      | 2 +-
  target/ppc/cpu_init.c      | 2 +-
  target/riscv/tcg/tcg-cpu.c | 2 +-
  target/rx/cpu.c            | 2 +-
  target/s390x/cpu.c         | 2 +-
  target/sh4/cpu.c           | 2 +-
  target/sparc/cpu.c         | 2 +-
  target/tricore/cpu.c       | 2 +-
  target/xtensa/cpu.c        | 2 +-
  26 files changed, 29 insertions(+), 31 deletions(-)

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




reply via email to

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