Re: [PATCH 11/16] hw/sparc: Use explicit big-endian LD/ST API

2024-10-07 Thread Clément Chigot
On Fri, Oct 4, 2024 at 1:43 AM Philippe Mathieu-Daudé wrote: > > The SPARC architecture uses big endianness. Directly use > the big-endian LD/ST API. > > Signed-off-by: Philippe Mathieu-Daudé > --- > hw/sparc/leon3.c | 42 +- > hw/sparc/sun4m.c | 6 ++

Re: [PATCH 11/16] hw/sparc: Use explicit big-endian LD/ST API

2024-10-04 Thread Mark Cave-Ayland
On 04/10/2024 00:42, Philippe Mathieu-Daudé wrote: The SPARC architecture uses big endianness. Directly use the big-endian LD/ST API. Signed-off-by: Philippe Mathieu-Daudé --- hw/sparc/leon3.c | 42 +- hw/sparc/sun4m.c | 6 +++--- hw/sparc64/sun

[PATCH 11/16] hw/sparc: Use explicit big-endian LD/ST API

2024-10-03 Thread Philippe Mathieu-Daudé
The SPARC architecture uses big endianness. Directly use the big-endian LD/ST API. Signed-off-by: Philippe Mathieu-Daudé --- hw/sparc/leon3.c | 42 +- hw/sparc/sun4m.c | 6 +++--- hw/sparc64/sun4u.c | 6 +++--- 3 files changed, 27 insertions(+), 27 d