Re: [RFC v5 14/28] hw/arm/smmuv3: Make evtq producer use SEC_SID
Jim MacArthur <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 14, 2026 at 12:25:11AM +0800, 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() based on sec_sid. > > Signed-off-by: Tao Tang <[email protected]> > Reviewed-by: Eric Auger <[email protected]> > Reviewed-by: Pierrick Bouvier <[email protected]> > --- > hw/arm/smmuv3.c | 11 +++++++---- > 1 file changed, 7 insertions(+), 4 deletions(-) > Reviewed-by: Jim MacArthur <[email protected]>