Re: [PATCH v2 11/14] target/*: Remove TARGET_LONG_BITS from cpu-param.h

2025-02-03 Thread Philippe Mathieu-Daudé

On 3/2/25 04:18, Richard Henderson wrote:

This is now handled by the configs/targets/*.mak fragment.

Signed-off-by: Richard Henderson 
---
  target/alpha/cpu-param.h  | 2 --
  target/arm/cpu-param.h| 2 --
  target/avr/cpu-param.h| 1 -
  target/hexagon/cpu-param.h| 1 -
  target/hppa/cpu-param.h   | 2 --
  target/i386/cpu-param.h   | 2 --
  target/loongarch/cpu-param.h  | 1 -
  target/m68k/cpu-param.h   | 1 -
  target/microblaze/cpu-param.h | 2 --
  target/mips/cpu-param.h   | 5 -
  target/openrisc/cpu-param.h   | 1 -
  target/ppc/cpu-param.h| 2 --
  target/riscv/cpu-param.h  | 2 --
  target/rx/cpu-param.h | 1 -
  target/s390x/cpu-param.h  | 1 -
  target/sh4/cpu-param.h| 1 -
  target/sparc/cpu-param.h  | 2 --
  target/tricore/cpu-param.h| 1 -
  target/xtensa/cpu-param.h | 1 -
  19 files changed, 31 deletions(-)


Reviewed-by: Philippe Mathieu-Daudé 




Re: [PATCH v2 11/14] target/*: Remove TARGET_LONG_BITS from cpu-param.h

2025-02-03 Thread Alex Bennée
Richard Henderson  writes:

> This is now handled by the configs/targets/*.mak fragment.
>
> Signed-off-by: Richard Henderson 

Reviewed-by: Alex Bennée 

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro



Re: [PATCH v2 11/14] target/*: Remove TARGET_LONG_BITS from cpu-param.h

2025-02-03 Thread Thomas Huth

On 03/02/2025 04.18, Richard Henderson wrote:

This is now handled by the configs/targets/*.mak fragment.

Signed-off-by: Richard Henderson 
---
  target/alpha/cpu-param.h  | 2 --
  target/arm/cpu-param.h| 2 --
  target/avr/cpu-param.h| 1 -
  target/hexagon/cpu-param.h| 1 -
  target/hppa/cpu-param.h   | 2 --
  target/i386/cpu-param.h   | 2 --
  target/loongarch/cpu-param.h  | 1 -
  target/m68k/cpu-param.h   | 1 -
  target/microblaze/cpu-param.h | 2 --
  target/mips/cpu-param.h   | 5 -
  target/openrisc/cpu-param.h   | 1 -
  target/ppc/cpu-param.h| 2 --
  target/riscv/cpu-param.h  | 2 --
  target/rx/cpu-param.h | 1 -
  target/s390x/cpu-param.h  | 1 -
  target/sh4/cpu-param.h| 1 -
  target/sparc/cpu-param.h  | 2 --
  target/tricore/cpu-param.h| 1 -
  target/xtensa/cpu-param.h | 1 -
  19 files changed, 31 deletions(-)


Reviewed-by: Thomas Huth