diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-11-06 17:42:06 +0000 |
---|---|---|
committer | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-12-31 21:21:34 +0100 |
commit | e72eee9684b5eca48815e762ad097101c487514f (patch) | |
tree | 9c3a5c79a28284a6f312a8266e8f2196205d7f00 /rust/qemu-api/src | |
parent | 625a975f67314a91084e59e2320c910b4129cbaf (diff) | |
download | qemu-e72eee9684b5eca48815e762ad097101c487514f.zip qemu-e72eee9684b5eca48815e762ad097101c487514f.tar.gz qemu-e72eee9684b5eca48815e762ad097101c487514f.tar.bz2 |
hw/openrisc: Mark devices as big-endian
The openrisc little-endian control is in a control register:
SR[LEE] (which we do not implement at present).
These devices are only used by the OpenRISC 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>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20241106184612.71897-5-philmd@linaro.org>
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions