]> www.infradead.org Git - users/dwmw2/qemu.git/commit
hw/m68k: Mark devices as big-endian
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 6 Nov 2024 18:46:10 +0000 (18:46 +0000)
committerThomas Huth <huth@tuxfamily.org>
Sun, 29 Dec 2024 05:31:01 +0000 (06:31 +0100)
commit17df47e87c8f71e57cb327fd720af23c39949304
treea5ea365bbaa6671c662b10e57d2cdd5f80f8332c
parent2b7a80e07a29074530a0ebc8005a418ee07b1faf
hw/m68k: Mark devices as big-endian

These devices are only used by the M68K target, which is only
built as big-endian. Therefore the DEVICE_NATIVE_ENDIAN
definition expand to DEVICE_BIG_ENDIAN (besides, the
DEVICE_LITTLE_ENDIAN case isn't tested). Simplify directly
using DEVICE_BIG_ENDIAN.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20241106184612.71897-4-philmd@linaro.org>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
hw/m68k/mcf5206.c
hw/m68k/mcf5208.c
hw/m68k/mcf_intc.c
hw/m68k/next-kbd.c