qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Huth
Subject: Re: [PATCH v2 03/10] disas: Move host asm annotations to tb_gen_code
Date: Tue, 15 Sep 2020 18:36:57 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0

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.henderson@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 <thuth@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]