Re: [PATCH 01/16] qemu/bswap: Undefine CPU_CONVERT() once done

2024-10-06 Thread Thomas Huth
On 04/10/2024 01.41, Philippe Mathieu-Daudé wrote: Better undefined macros once we are done with them, like we do few lines later with DO_STN_LDN_P(). Signed-off-by: Philippe Mathieu-Daudé --- include/qemu/bswap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/qemu/bswap.h b/i

[PATCH 01/16] qemu/bswap: Undefine CPU_CONVERT() once done

2024-10-03 Thread Philippe Mathieu-Daudé
Better undefined macros once we are done with them, like we do few lines later with DO_STN_LDN_P(). Signed-off-by: Philippe Mathieu-Daudé --- include/qemu/bswap.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/qemu/bswap.h b/include/qemu/bswap.h index ad22910a5d1..b915835bead 1006