]> xenbits.xensource.com Git - people/aperard/qemu-dm.git/commit
target/avr: Use cpu_stb_mmuidx_ra in helper_fullwr
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 22 Mar 2025 01:19:28 +0000 (18:19 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 22 Apr 2025 21:07:12 +0000 (14:07 -0700)
commitc0f830cb6a756add847f9cd9d62d50397a1284c1
tree2e1269f0cdba9fb37577e171762a16da4404e262
parentba675861ea6f1f8b3eeee4a2d64b47204b883ab1
target/avr: Use cpu_stb_mmuidx_ra in helper_fullwr

Avoid direct use of address_space_memory.
Make use of the softmmu cache of the i/o page.

Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/avr/helper.c