On Tue, Apr 28, 2026 at 10:33:35AM +0100, Peter Maydell wrote: > This patchset is some fixes to MemoryRegionOps that were > accidentally setting odd .impl values, plus an extra assert > that we can now add that a MemoryRegionOps doesn't set > .impl.unaligned true but .valid.unaligned false. They're > originally from the CJ Chen / Tomoyuki Hirose patchset that > aims to support proper synthesis of unaligned accesses in > the memory system core. I still want to get that patchset > upstream, but for the moment this is a set of simple > cleanups: > > * riscv_iommu_trap_ops set .impl.unaligned but not > .valid.unaligned > * npcm7xx_fiu_flash_ops failed to set any .impl at all > * xtensa_mx_pic_ops failed to set any .impl, and was > less strict than it could be about .valid > > Patches 1 and 4 have been reviewed.
I queued it.. -- Peter Xu
