$SUBJECT should be s/ldl/ldq/ On Wed, 2026-02-04 at 19:27 +0100, Philippe Mathieu-Daudé wrote: > address_space_read/write() is meant for accessing random > amount of memory blobs. When the access size is known, > use the address_space_ld/st() API which can directly swap > endianness. > > Reviewed-by: Thomas Huth <[email protected]> > Signed-off-by: Philippe Mathieu-Daudé <[email protected]> > --- > target/s390x/mmu_helper.c | 11 ++++------- > 1 file changed, 4 insertions(+), 7 deletions(-)
Reviewed-by: Eric Farman <[email protected]>
