Re: [PATCH v4 00/14] test/tcg: Clang build fixes for arm/aarch64

2024-07-04 Thread Alex Bennée
Richard Henderson  writes:

> Supercedes: 20240629-tcg-v3-0-fa57918bd...@daynix.com
> ("[PATCH v3 0/7] tests/tcg/aarch64: Fix inline assemblies for clang")
>
> On top of Akihiko's patches for aarch64, additional changes are
> required for arm, both as a host and as a guest.

Queued to testing/next, thanks.

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro



Re: [PATCH v4 00/14] test/tcg: Clang build fixes for arm/aarch64

2024-07-01 Thread Akihiko Odaki

On 2024/07/01 4:00, Richard Henderson wrote:

Supercedes: 20240629-tcg-v3-0-fa57918bd...@daynix.com
("[PATCH v3 0/7] tests/tcg/aarch64: Fix inline assemblies for clang")

On top of Akihiko's patches for aarch64, additional changes are
required for arm, both as a host and as a guest.


For the whole series:
Reviewed-by: Akihiko Odaki 



[PATCH v4 00/14] test/tcg: Clang build fixes for arm/aarch64

2024-06-30 Thread Richard Henderson
Supercedes: 20240629-tcg-v3-0-fa57918bd...@daynix.com
("[PATCH v3 0/7] tests/tcg/aarch64: Fix inline assemblies for clang")

On top of Akihiko's patches for aarch64, additional changes are
required for arm, both as a host and as a guest.


r~


Akihiko Odaki (5):
  tests/tcg/aarch64: Explicitly specify register width
  tests/tcg/aarch64: Fix irg operand type
  tests/tcg/aarch64: Do not use x constraint
  tests/tcg/arm: Fix fcvt result messages
  tests/tcg/arm: Manually register allocate half-precision numbers

Richard Henderson (9):
  tests/tcg/minilib: Constify digits in print_num
  tests/tcg: Adjust variable defintion from cc-option
  tests/tcg/aarch64: Drop -fno-tree-loop-distribute-patterns
  tests/tcg/aarch64: Add -fno-integrated-as for sme
  tests/tcg/arm: Drop -N from LDFLAGS
  tests/tcg/arm: Use -fno-integrated-as for test-arm-iwmmxt
  tests/tcg/arm: Use -march and -mfpu for fcvt
  tests/tcg/arm: Use vmrs/vmsr instead of mcr/mrc
  linux-user/main: Suppress out-of-range comparison warning for clang

 linux-user/main.c |   1 +
 tests/tcg/aarch64/bti-1.c |   6 +-
 tests/tcg/aarch64/bti-3.c |   6 +-
 tests/tcg/aarch64/mte-1.c |   2 +-
 tests/tcg/arm/fcvt.c  |  28 +-
 tests/tcg/minilib/printf.c|   2 +-
 tests/tcg/Makefile.target |   2 +-
 tests/tcg/aarch64/Makefile.softmmu-target |   4 +-
 tests/tcg/aarch64/Makefile.target |  18 +-
 tests/tcg/aarch64/fcvt.ref| 604 +++---
 tests/tcg/arm/Makefile.softmmu-target |   4 +-
 tests/tcg/arm/Makefile.target |  12 +-
 tests/tcg/arm/fcvt.ref| 604 +++---
 13 files changed, 653 insertions(+), 640 deletions(-)

-- 
2.34.1