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

Richard Henderson posted 14 patches 2 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240630190050.160642-1-richard.henderson@linaro.org
Maintainers: Laurent Vivier <laurent@vivier.eu>, "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <philmd@linaro.org>, Peter Maydell <peter.maydell@linaro.org>
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(-)
[PATCH v4 00/14] test/tcg: Clang build fixes for arm/aarch64
Posted by Richard Henderson 2 months, 1 week ago
Supercedes: 20240629-tcg-v3-0-fa57918bdf09@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
Re: [PATCH v4 00/14] test/tcg: Clang build fixes for arm/aarch64
Posted by Alex Bennée 2 months ago
Richard Henderson <richard.henderson@linaro.org> writes:

> Supercedes: 20240629-tcg-v3-0-fa57918bdf09@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
Posted by Akihiko Odaki 2 months, 1 week ago
On 2024/07/01 4:00, Richard Henderson wrote:
> Supercedes: 20240629-tcg-v3-0-fa57918bdf09@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 <akihiko.odaki@daynix.com>