Re: [PATCH v4 22/57] tcg/aarch64: Use full load/store helpers in user-only mode

2023-05-05 Thread Peter Maydell
On Wed, 3 May 2023 at 08:12, Richard Henderson wrote: > > Instead of using helper_unaligned_{ld,st}, use the full load/store helpers. > This will allow the fast path to increase alignment to implement atomicity > while not immediately raising an alignment exception. > > Signed-off-by: Richard

[PATCH v4 22/57] tcg/aarch64: Use full load/store helpers in user-only mode

2023-05-03 Thread Richard Henderson
Instead of using helper_unaligned_{ld,st}, use the full load/store helpers. This will allow the fast path to increase alignment to implement atomicity while not immediately raising an alignment exception. Signed-off-by: Richard Henderson --- tcg/aarch64/tcg-target.c.inc | 35