Re: [PATCH-for-10.1 0/2] target/hexagon: Remove use of MO_TE definition

2025-03-12 Thread Anton Johansson via
On 12/03/25, Philippe Mathieu-Daudé wrote: > In order to make QEMU core components endian agnostic, > we need to remove the use of the target-specific MO_TE > definition. For Hexagon it is easy as it is equivalent > of MO_LE, since the target is only little-endian. > > Philippe Mathieu-Daudé (2):

[PATCH-for-10.1 0/2] target/hexagon: Remove use of MO_TE definition

2025-03-12 Thread Philippe Mathieu-Daudé
In order to make QEMU core components endian agnostic, we need to remove the use of the target-specific MO_TE definition. For Hexagon it is easy as it is equivalent of MO_LE, since the target is only little-endian. Philippe Mathieu-Daudé (2): target/hexagon: Explode MO_TExx -> MO_TE | MO_xx ta