Re: [PATCH 01/13] qemu/bswap: Introduce ld/st_endian_p() API

2024-10-01 Thread Pierrick Bouvier
On 9/30/24 00:34, Philippe Mathieu-Daudé wrote: Introduce the ld/st_endian_p() API, which takes an extra boolean argument to dispatch to ld/st_{be,le}_p() methods. Signed-off-by: Philippe Mathieu-Daudé --- TODO: Update docstring regexp --- include/qemu/bswap.h | 19 +++ 1 fil

[PATCH 01/13] qemu/bswap: Introduce ld/st_endian_p() API

2024-09-30 Thread Philippe Mathieu-Daudé
Introduce the ld/st_endian_p() API, which takes an extra boolean argument to dispatch to ld/st_{be,le}_p() methods. Signed-off-by: Philippe Mathieu-Daudé --- TODO: Update docstring regexp --- include/qemu/bswap.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/include/qe