]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
accel/tcg: Implement helper_{ld,st}*_mmu for user-only
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 7 Nov 2022 08:08:33 +0000 (19:08 +1100)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 16 May 2023 22:21:39 +0000 (15:21 -0700)
commitde95016dfbf774b34ef510ad43bfce29d627cb62
tree3c6ad5cc79ab08108479f8fe909a3346d53825cd
parent0cadc1eda1a3120c37c713ab6d6b7a02da0d2e6f
accel/tcg: Implement helper_{ld,st}*_mmu for user-only

TCG backends may need to defer to a helper to implement
the atomicity required by a given operation.  Mirror the
interface used in system mode.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/user-exec.c
include/tcg/tcg-ldst.h
tcg/tcg.c