Re: [PATCH v2 22/25] hw/s390x: Use explicit big-endian LD/ST API

2024-10-06 Thread Thomas Huth
On 04/10/2024 18.30, Philippe Mathieu-Daudé wrote: The S390X architecture uses big endianness. Directly use the big-endian LD/ST API. Mechanical change using: $ end=be; \ for acc in uw w l q tul; do \ sed -i -e "s/ld${acc}_p(/ld${acc}_${end}_p(/" \ -e "s/st${acc}_p(

[PATCH v2 22/25] hw/s390x: Use explicit big-endian LD/ST API

2024-10-04 Thread Philippe Mathieu-Daudé
The S390X architecture uses big endianness. Directly use the big-endian LD/ST API. Mechanical change using: $ end=be; \ for acc in uw w l q tul; do \ sed -i -e "s/ld${acc}_p(/ld${acc}_${end}_p(/" \ -e "s/st${acc}_p(/st${acc}_${end}_p(/" \ $(git grep -wlE '(ld|st)t