On 28/4/26 11:33, Peter Maydell wrote:
From: CJ Chen <[email protected]>
The riscv_iommu_trap_ops MemoryRegionOps specifies that
unaligned accesses are not valid for this device but that
it does implement them. This doesn't make much sense, and
we want to add an assertion that registered MRs don't specify
this invalid combination of settings.
Drop .impl.unaligned = true, with no behaviour change.
Signed-off-by: CJ Chen <[email protected]>
Acked-by: Tomoyuki Hirose <[email protected]>
Reported-by: Tomoyuki Hirose <[email protected]>
Reviewed-by: Daniel Henrique Barboza <[email protected]>
[PMM: reworded commit message]
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
---
hw/riscv/riscv-iommu.c | 1 -
1 file changed, 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>