On 12/2/25 11:24, Thomas Huth wrote:
On 12/02/2025 10.19, Philippe Mathieu-Daudé wrote:
On 12/2/25 09:27, Thomas Huth wrote:
On 10/02/2025 21.41, Philippe Mathieu-Daudé wrote:
Replace the DEVICE_NATIVE_ENDIAN MemoryRegionOps by a pair
of DEVICE_LITTLE_ENDIAN / DEVICE_BIG_ENDIAN.
Add the "littl
On 12/02/2025 10.19, Philippe Mathieu-Daudé wrote:
On 12/2/25 09:27, Thomas Huth wrote:
On 10/02/2025 21.41, Philippe Mathieu-Daudé wrote:
Replace the DEVICE_NATIVE_ENDIAN MemoryRegionOps by a pair
of DEVICE_LITTLE_ENDIAN / DEVICE_BIG_ENDIAN.
Add the "little-endian" property to select the devic
On 12/2/25 10:34, Philippe Mathieu-Daudé wrote:
On 12/2/25 10:19, Philippe Mathieu-Daudé wrote:
On 12/2/25 09:27, Thomas Huth wrote:
On 10/02/2025 21.41, Philippe Mathieu-Daudé wrote:
Replace the DEVICE_NATIVE_ENDIAN MemoryRegionOps by a pair
of DEVICE_LITTLE_ENDIAN / DEVICE_BIG_ENDIAN.
Add th
On 12/2/25 10:19, Philippe Mathieu-Daudé wrote:
On 12/2/25 09:27, Thomas Huth wrote:
On 10/02/2025 21.41, Philippe Mathieu-Daudé wrote:
Replace the DEVICE_NATIVE_ENDIAN MemoryRegionOps by a pair
of DEVICE_LITTLE_ENDIAN / DEVICE_BIG_ENDIAN.
Add the "little-endian" property to select the device
e
On 12/2/25 09:27, Thomas Huth wrote:
On 10/02/2025 21.41, Philippe Mathieu-Daudé wrote:
Replace the DEVICE_NATIVE_ENDIAN MemoryRegionOps by a pair
of DEVICE_LITTLE_ENDIAN / DEVICE_BIG_ENDIAN.
Add the "little-endian" property to select the device
endianness, defaulting to little endian.
Set the p
On 10/02/2025 21.41, Philippe Mathieu-Daudé wrote:
Replace the DEVICE_NATIVE_ENDIAN MemoryRegionOps by a pair
of DEVICE_LITTLE_ENDIAN / DEVICE_BIG_ENDIAN.
Add the "little-endian" property to select the device
endianness, defaulting to little endian.
Set the proper endianness for each machine usin
Replace the DEVICE_NATIVE_ENDIAN MemoryRegionOps by a pair
of DEVICE_LITTLE_ENDIAN / DEVICE_BIG_ENDIAN.
Add the "little-endian" property to select the device
endianness, defaulting to little endian.
Set the proper endianness for each machine using the device.
Reviewed-by: Richard Henderson
Signed