[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 05/57] accel/tcg: Reorg system mode store helpers
From: |
Peter Maydell |
Subject: |
Re: [PATCH v4 05/57] accel/tcg: Reorg system mode store helpers |
Date: |
Thu, 4 May 2023 16:44:15 +0100 |
On Wed, 3 May 2023 at 08:23, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Instead of trying to unify all operations on uint64_t, use
> mmu_lookup() to perform the basic tlb hit and resolution.
> Create individual functions to handle access by size.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH v4 03/57] accel/tcg: Introduce tlb_read_idx, (continued)
[PATCH v4 09/57] tcg: Unify helper_{be,le}_{ld,st}*, Richard Henderson, 2023/05/03
[PATCH v4 04/57] accel/tcg: Reorg system mode load helpers, Richard Henderson, 2023/05/03
[PATCH v4 05/57] accel/tcg: Reorg system mode store helpers, Richard Henderson, 2023/05/03
- Re: [PATCH v4 05/57] accel/tcg: Reorg system mode store helpers,
Peter Maydell <=
[PATCH v4 11/57] tcg/tci: Use helper_{ld,st}*_mmu for user-only, Richard Henderson, 2023/05/03
[PATCH v4 12/57] tcg: Add 128-bit guest memory primitives, Richard Henderson, 2023/05/03
[PATCH v4 13/57] meson: Detect atomic128 support with optimization, Richard Henderson, 2023/05/03
[PATCH v4 06/57] accel/tcg: Honor atomicity of loads, Richard Henderson, 2023/05/03