qemu/hw/m68k
Philippe Mathieu-Daudé 77b535cfdd hw/m68k: Use explicit big-endian LD/ST API
The M68K 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/m68k/); \
    done

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20241004163042.85922-18-philmd@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2024-10-07 11:33:20 +02:00
..
an5206.c hw/m68k/mcf5206: Pass CPU using QOM link property 2023-11-01 07:20:34 +01:00
bootinfo.h hw/m68k: Use explicit big-endian LD/ST API 2024-10-07 11:33:20 +02:00
Kconfig m68k: switch boards to "default y" 2024-05-03 15:47:47 +02:00
mcf5206.c hw: Use device_class_set_legacy_reset() instead of opencoding 2024-09-13 15:31:44 +01:00
mcf5208.c hw/m68k: Use explicit big-endian LD/ST API 2024-10-07 11:33:20 +02:00
mcf_intc.c hw: Use device_class_set_legacy_reset() instead of opencoding 2024-09-13 15:31:44 +01:00
meson.build q800: move GLUE device into separate q800-glue.c file 2023-06-22 09:21:57 +02:00
next-cube.c hw/m68k: Use explicit big-endian LD/ST API 2024-10-07 11:33:20 +02:00
next-kbd.c hw: Use device_class_set_legacy_reset() instead of opencoding 2024-09-13 15:31:44 +01:00
q800-glue.c hw, target: Add ResetType argument to hold and exit phase methods 2024-04-25 10:21:06 +01:00
q800.c hw/m68k: Use explicit big-endian LD/ST API 2024-10-07 11:33:20 +02:00
virt.c hw: add compat machines for 9.2 2024-09-05 13:12:36 +01:00