Re: [PATCH] tcg: remove singlestep_enabled from DisasContextBase

2024-10-14 Thread Philippe Mathieu-Daudé
On 10/10/24 05:36, Paolo Bonzini wrote: It is used in a couple of places only, both within the same target. Those can use the cflags just as well, so remove the separate field. Signed-off-by: Paolo Bonzini --- include/exec/translator.h | 2 -- accel/tcg/translator.c | 1 - target/mi

Re: [PATCH] tcg: remove singlestep_enabled from DisasContextBase

2024-10-13 Thread Richard Henderson
On 10/10/24 01:36, Paolo Bonzini wrote: It is used in a couple of places only, both within the same target. Those can use the cflags just as well, so remove the separate field. Signed-off-by: Paolo Bonzini --- include/exec/translator.h | 2 -- accel/tcg/translator.c | 1 - target/mip

[PATCH] tcg: remove singlestep_enabled from DisasContextBase

2024-10-10 Thread Paolo Bonzini
It is used in a couple of places only, both within the same target. Those can use the cflags just as well, so remove the separate field. Signed-off-by: Paolo Bonzini --- include/exec/translator.h | 2 -- accel/tcg/translator.c | 1 - target/mips/tcg/translate.c | 5 +++-- 3 files changed