On 15/09/2020 01.02, Richard Henderson wrote: > Instead of creating GStrings and passing them into log_disas, > just print the annotations directly in tb_gen_code. > > Fix the annotations for the slow paths of the TB, after the > part implementing the final guest instruction. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org> > --- > include/disas/disas.h | 2 +- > include/exec/log.h | 4 ++-- > accel/tcg/translate-all.c | 24 +++++++++++++++--------- > disas.c | 29 +++++++++-------------------- > tcg/tcg.c | 4 ++-- > 5 files changed, 29 insertions(+), 34 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>