Re: [PATCH 17/32] accel/tcg: Return bool from TranslatorOps.disas_log

2024-04-05 Thread Philippe Mathieu-Daudé
On 5/4/24 12:24, Richard Henderson wrote: We have eliminated most uses of this hook. Reduce further by allowing the hook to handle only the special cases, returning false for normal processing. Signed-off-by: Richard Henderson --- include/exec/translator.h| 2 +- accel/tcg/translator.c

[PATCH 17/32] accel/tcg: Return bool from TranslatorOps.disas_log

2024-04-05 Thread Richard Henderson
We have eliminated most uses of this hook. Reduce further by allowing the hook to handle only the special cases, returning false for normal processing. Signed-off-by: Richard Henderson --- include/exec/translator.h| 2 +- accel/tcg/translator.c | 5 ++--- target/hppa/translate.c