On Wed, 24 Dec 2025 17:20:28 +0100
Philippe Mathieu-Daudé <[email protected]> wrote:

> The S390x architecture uses big endianness. Directly use
> the big-endian LD/ST API.
> 
> Mechanical change running:
> 
>   $ for a in uw w l q; do \
>       sed -i -e "s/ld${a}_p(/ld${a}_be_p(/" \
>         $(git grep -wlE '(ld|st)u?[wlq]_p' hw/s390x/);
>     done
> 
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>

Reviewed-by: Halil Pasic <[email protected]>

Reply via email to