aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/test_m68k_mcf5208evb.py
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-04 13:30:39 -0300
committerThomas Huth <thuth@redhat.com>2024-10-07 11:33:20 +0200
commit1d94eafdb528f8ca763e10269e734f3bc2a4825b (patch)
tree3452f7e8331ec2f02936eb3a79d1ed9041615436 /tests/functional/test_m68k_mcf5208evb.py
parenta0bc3cefe287cdaf604817e0477bb03a04b88b34 (diff)
downloadqemu-1d94eafdb528f8ca763e10269e734f3bc2a4825b.zip
qemu-1d94eafdb528f8ca763e10269e734f3bc2a4825b.tar.gz
qemu-1d94eafdb528f8ca763e10269e734f3bc2a4825b.tar.bz2
target/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' target/s390x/); \ done Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-ID: <20241004163042.85922-24-philmd@linaro.org> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/functional/test_m68k_mcf5208evb.py')
0 files changed, 0 insertions, 0 deletions