qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 35/66] accel/tcg: Add cpu_{ld,st}*_mmu interfaces


From: Peter Maydell
Subject: Re: [PATCH v3 35/66] accel/tcg: Add cpu_{ld,st}*_mmu interfaces
Date: Thu, 19 Aug 2021 16:57:36 +0100

On Wed, 18 Aug 2021 at 21:06, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> These functions are much closer to the softmmu helper
> functions, in that they take the complete MemOpIdx,
> and from that they may enforce required alignment.
>
> The previous cpu_ldst.h functions did not have alignment info,
> and so did not enforce it.  Retain this by adding MO_UNALN to
> the MemOp that we create in calling the new functions.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>


Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM



reply via email to

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