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

Signed-off-by: Richard Henderson <richard.hender...@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é <phi...@linaro.org>


Reply via email to