[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only |
Date: |
Fri, 5 May 2023 10:43:13 +0100 |
On Wed, 3 May 2023 at 08:23, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> TCG backends may need to defer to a helper to implement
> the atomicity required by a given operation. Mirror the
> interface used in system mode.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> include/tcg/tcg-ldst.h | 6 +-
> accel/tcg/user-exec.c | 393 ++++++++++++++++++++++++++++-------------
> tcg/tcg.c | 6 +-
> 3 files changed, 278 insertions(+), 127 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- Re: [PATCH v4 06/57] accel/tcg: Honor atomicity of loads, (continued)
[PATCH v4 08/57] target/loongarch: Do not include tcg-ldst.h, Richard Henderson, 2023/05/03
[PATCH v4 07/57] accel/tcg: Honor atomicity of stores, Richard Henderson, 2023/05/03
[PATCH v4 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only, Richard Henderson, 2023/05/03
- Re: [PATCH v4 10/57] accel/tcg: Implement helper_{ld, st}*_mmu for user-only,
Peter Maydell <=
[PATCH v4 14/57] tcg/i386: Add have_atomic16, Richard Henderson, 2023/05/03
[PATCH v4 15/57] accel/tcg: Use have_atomic16 in ldst_atomicity.c.inc, Richard Henderson, 2023/05/03
[PATCH v4 16/57] accel/tcg: Add aarch64 specific support in ldst_atomicity, Richard Henderson, 2023/05/03
[PATCH v4 17/57] tcg/aarch64: Detect have_lse, have_lse2 for linux, Richard Henderson, 2023/05/03
[PATCH v4 18/57] tcg/aarch64: Detect have_lse, have_lse2 for darwin, Richard Henderson, 2023/05/03