Re: [PATCH 06/13] tests/tcg/plugins: Use the ld/st_endian_p() API

2024-10-02 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Refactor to use the recently introduced ld/st_endian_p() API > No logical change intended. > > Signed-off-by: Philippe Mathieu-Daudé Acked-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

Re: [PATCH 06/13] tests/tcg/plugins: Use the ld/st_endian_p() API

2024-10-01 Thread Pierrick Bouvier
On 9/30/24 00:34, Philippe Mathieu-Daudé wrote: Refactor to use the recently introduced ld/st_endian_p() API No logical change intended. Signed-off-by: Philippe Mathieu-Daudé --- tests/tcg/plugins/mem.c | 24 ++-- 1 file changed, 6 insertions(+), 18 deletions(-) diff --g

[PATCH 06/13] tests/tcg/plugins: Use the ld/st_endian_p() API

2024-09-30 Thread Philippe Mathieu-Daudé
Refactor to use the recently introduced ld/st_endian_p() API No logical change intended. Signed-off-by: Philippe Mathieu-Daudé --- tests/tcg/plugins/mem.c | 24 ++-- 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/tests/tcg/plugins/mem.c b/tests/tcg/plugins/mem