On 07/01/2026 14.07, Philippe Mathieu-Daudé wrote:
Keep address_space_read/write() API to access blob of memory.

Maybe rather: "address_space_read/write() is meant for accessing random amount of memory blobs"? ... the "Keep" initially confused me here, since you don't keep it in this patch.

When the access size is known, use the address_space_ld/st()
API which can directly swap endianness.

Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
---
  target/s390x/mmu_helper.c | 11 ++++-------
  1 file changed, 4 insertions(+), 7 deletions(-)

Anyway:
Reviewed-by: Thomas Huth <[email protected]>


Reply via email to