On 2/13/25 04:22, Philippe Mathieu-Daudé wrote:
Replace the DEVICE_NATIVE_ENDIAN MemoryRegionOps by a pair of
DEVICE_LITTLE_ENDIAN / DEVICE_BIG_ENDIAN.

Add the "endianness" property to select the device endianness.
This property is unspecified by default, and machines need to
make it explicit.

Set the proper endianness on the single machine using the
device.

Reviewed-by: Thomas Huth<th...@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
  hw/microblaze/petalogix_ml605_mmu.c |  1 +
  hw/ssi/xilinx_spi.c                 | 32 +++++++++++++++++++++--------
  2 files changed, 24 insertions(+), 9 deletions(-)

Reviewed-by: Richard Henderson <richard.hender...@linaro.org>

r~

Reply via email to