On Tue, 2025-04-01 at 01:04 +0200, Philippe Mathieu-Daudé wrote:
> All MemoryRegionOps::read/write() handlers switch over a 32-bit
> aligned value, because converted using TO_REG(), which is defined
> as:
> 
>   #define TO_REG(offset) ((offset) >> 2)
> 
> So all implementations are 32-bit.
> Set min/max access_size accordingly.
> 
> Signed-off-by: Philippe Mathieu-Daudé <[email protected]>

Reviewed-by: Andrew Jeffery <[email protected]>


Reply via email to