diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-10-04 13:30:38 -0300 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2024-10-07 11:33:20 +0200 |
commit | c76c86fba53801769df19e9cf72630240f7eb256 (patch) | |
tree | 69a80da1c7be236362a538f964ddacb94e7912d9 /rust/qemu-api-macros | |
parent | 3a76d302047ce4518cedef7a9feca1238a00f97b (diff) | |
download | qemu-c76c86fba53801769df19e9cf72630240f7eb256.zip qemu-c76c86fba53801769df19e9cf72630240f7eb256.tar.gz qemu-c76c86fba53801769df19e9cf72630240f7eb256.tar.bz2 |
hw/s390x: Use explicit big-endian LD/ST API
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?u?[wlq]_p' hw/s390x/); \
done
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241004163042.85922-23-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'rust/qemu-api-macros')
0 files changed, 0 insertions, 0 deletions