Re: [PATCH v2 03/10] disas: Move host asm annotations to tb_gen_code

2020-09-15 Thread Thomas Huth
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:

[PATCH v2 03/10] disas: Move host asm annotations to tb_gen_code

2020-09-14 Thread Richard Henderson
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 --- include/disas/disas.h | 2 +-