[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>
- [PATCH v2 06/21] contrib: Add spaces around operator, (continued)
- [PATCH v2 06/21] contrib: Add spaces around operator, Alex Bennée, 2021/02/10
- [PATCH v2 09/21] accel/tcg/plugin-gen: fix the call signature for inline callbacks, Alex Bennée, 2021/02/10
- [PATCH v2 12/21] target/mips: Create mips_io_recompile_replay_branch, Alex Bennée, 2021/02/10
- [PATCH v2 07/21] contrib: space required after that ',', Alex Bennée, 2021/02/10
- [PATCH v2 11/21] accel/tcg: Create io_recompile_replay_branch hook, Alex Bennée, 2021/02/10
- [PATCH v2 13/21] target/sh4: Create superh_io_recompile_replay_branch, Alex Bennée, 2021/02/10
- [PATCH v2 10/21] exec: Move TranslationBlock typedef to qemu/typedefs.h, Alex Bennée, 2021/02/10
- Re: [PATCH v2 10/21] exec: Move TranslationBlock typedef to qemu/typedefs.h,
Philippe Mathieu-Daudé <=
- [PATCH v2 21/21] tests/acceptance: add a new tests to detect counting errors, Alex Bennée, 2021/02/10
- [PATCH v2 18/21] accel/tcg: re-factor non-RAM execution code, Alex Bennée, 2021/02/10
- [PATCH v2 19/21] accel/tcg: remove CF_NOCACHE and special cases, Alex Bennée, 2021/02/10
- [PATCH v2 17/21] accel/tcg: cache single instruction TB on pending replay exception, Alex Bennée, 2021/02/10