qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 60/66] tcg/aarch64: Support raising sigbus for user-only


From: Peter Maydell
Subject: Re: [PATCH v3 60/66] tcg/aarch64: Support raising sigbus for user-only
Date: Fri, 20 Aug 2021 10:46:07 +0100

On Wed, 18 Aug 2021 at 20:56, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Use load-acquire / store-release for the normal case of
> alignment matching the access size.  Otherwise, emit a
> test + branch sequence invoking helper_unaligned_mmu.

I don't think this trick will work for a CPU that
implements the FEAT_LSE2 feature -- section B2.5.2 in
the Arm ARM DDI0487G.b says that if LSE2 is implemented
then the CPU either must or can make them just work and do
the unaligned access.

thanks
-- PMM



reply via email to

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