On 2/21/26 2:17 AM, Tao Tang wrote:
The event queue producer path wrote entries through address_space_memory
with MEMTXATTRS_UNSPECIFIED, so produced entries did not use the
sec_sid-selected DMA context.
Pass AddressSpace and MemTxAttrs to queue_write() from sec_sid, and
assert that the selected AddressSpace exists before producing entries.
Signed-off-by: Tao Tang <[email protected]>
---
hw/arm/smmuv3.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
Reviewed-by: Pierrick Bouvier <[email protected]>