On 6/11/24 19:46, Philippe Mathieu-Daudé wrote:
When a device is only built for an architecture built for
a particular endianness, we can simplify the device to not
use the "target native endianness" definition and directly
use the proper target endianness.
Philippe Mathieu-Daudé (5):
hw/i386: Mark devices as little-endian
hw/tricore: Mark devices as little-endian
hw/m68k: Mark devices as big-endian
hw/openrisc: Mark devices as big-endian
hw/sparc: Mark devices as big-endian
I'm queuing this series, better to test it early in the dev cycle.