Re: [PATCH 26/33] include/qemu: Add TCGCPUOps typedef to typedefs.h

2024-01-28 Thread Philippe Mathieu-Daudé
On 28/1/24 05:42, Richard Henderson wrote: QEMU coding style recommends using structure typedefs. Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 5 + include/qemu/typedefs.h| 1 + bsd-user/signal.c | 4 ++-- linux-user/signal.c| 4 ++-- target/a

[PATCH 26/33] include/qemu: Add TCGCPUOps typedef to typedefs.h

2024-01-27 Thread Richard Henderson
QEMU coding style recommends using structure typedefs. Signed-off-by: Richard Henderson --- include/hw/core/cpu.h | 5 + include/qemu/typedefs.h| 1 + bsd-user/signal.c | 4 ++-- linux-user/signal.c| 4 ++-- target/alpha/cpu.c | 2 +- target/arm/cpu.c