aboutsummaryrefslogtreecommitdiff
path: root/include/hw/qdev-core.h
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-04 12:09:54 +0200
committerPhilippe Mathieu-Daudé <philmd@linaro.org>2024-10-15 11:55:09 -0300
commitc9ddc704f90331e42a17d040d8ad287d371cfbb7 (patch)
tree01174163c4a653e39f20fde898b1986b26fad38c /include/hw/qdev-core.h
parentf02657980295869498802c870623490e509ca51d (diff)
downloadqemu-c9ddc704f90331e42a17d040d8ad287d371cfbb7.zip
qemu-c9ddc704f90331e42a17d040d8ad287d371cfbb7.tar.gz
qemu-c9ddc704f90331e42a17d040d8ad287d371cfbb7.tar.bz2
target/alpha: Use explicit little-endian LD/ST API
The Alpha architecture uses little endianness. Directly use the little-endian LD/ST API. Mechanical change using: $ end=le; \ 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/alpha/); \ done Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20241004163042.85922-7-philmd@linaro.org>
Diffstat (limited to 'include/hw/qdev-core.h')
0 files changed, 0 insertions, 0 deletions