]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/arm: Use full load/store helpers in user-only mode
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 3 Apr 2023 03:48:47 +0000 (20:48 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 May 2023 22:21:39 +0000 (15:21 -0700)
commitb6ee2453f63bf1b9fe5d3e20e00b128820b4902e
tree665b3be4fc0b52a51744fd0ff8597346bb3ca73d
parent7212812263402605abb147e5b2468f523a1471ab
tcg/arm: Use full load/store helpers in user-only mode

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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/arm/tcg-target.c.inc