accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*
commit190aba803fbcac30b29bdab25f454b1284a96201
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 1 Aug 2023 17:10:45 +0000 (1 10:10 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Sat, 5 Aug 2023 18:17:17 +0000 (5 18:17 +0000)
tree522602ce9b545c02f15cde85818eb7d5ab8b63e7
parent1966855e567686e6547b058d8664aefd0e969a0f
accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*

If the address and size are aligned, send larger chunks
to the memory subsystem.  This will be required to make
more use of these helpers.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cputlb.c