qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 10/21] exec: Move TranslationBlock typedef to qemu/typedef


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v2 10/21] exec: Move TranslationBlock typedef to qemu/typedefs.h
Date: Thu, 11 Feb 2021 11:14:27 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0

On 2/10/21 11:10 PM, Alex Bennée wrote:
> From: Richard Henderson <richard.henderson@linaro.org>
> 
> This also means we don't need an extra declaration of
> the structure in hw/core/cpu.h.
> 
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
> Message-Id: <20210208233906.479571-2-richard.henderson@linaro.org>

I'd say this one matters ^,

> Message-Id: <20210209182749.31323-2-alex.bennee@linaro.org>

but this one less.

> ---
>  include/exec/tb-context.h     | 1 -
>  include/hw/core/cpu.h         | 4 +---
>  include/hw/core/tcg-cpu-ops.h | 3 +--
>  include/qemu/typedefs.h       | 1 +
>  target/arm/internals.h        | 3 +--
>  target/cris/translate.c       | 2 +-
>  target/lm32/translate.c       | 2 +-
>  target/moxie/translate.c      | 2 +-
>  target/unicore32/translate.c  | 2 +-
>  9 files changed, 8 insertions(+), 12 deletions(-)

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>



reply via email to

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