On 12/25/25 02:22, Philippe Mathieu-Daudé wrote:
When a variable size is known, prefer the address_space_ld/st() API. Keep address_space_read/write() for blobs.Signed-off-by: Philippe Mathieu-Daudé<[email protected]> --- system/ioport.c | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-)
I was just thinking that patch 24 could be improved. Thanks! Reviewed-by: Richard Henderson <[email protected]> r~
