]> git.ipfire.org Git - thirdparty/qemu.git/commit
accel/tcg: Use cpu_ld*_code_mmu in translator.c
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 12 Mar 2025 03:21:26 +0000 (20:21 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 23 Apr 2025 21:08:17 +0000 (14:08 -0700)
commit028119c8baedb091e4f358a6176710507b4ce37d
treefd466d56d01437b3529771e69acbee5c2b3fe28f
parent6a9dfe1984b0c593fb0ddb52d4e70832e6201dd6
accel/tcg: Use cpu_ld*_code_mmu in translator.c

Cache the mmu index in DisasContextBase.
Perform the read on host endianness, which lets us
share code with the translator_ld fast path.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/translator.c
include/exec/translator.h