On Thu, Dec 04, 2025 at 09:22:40AM +0000, Shameer Kolothum wrote: > Factor out the code that propagates event records to the guest into a > helper function. The accelerated SMMUv3 path can use this to propagate > host events in a subsequent patch. > > Since this helper may be called from outside the SMMUv3 core, take the > mutex before accessing the Event Queue.
I wonder if it'd be better to use a different mutex so eventq and cmdq wouldn't be mutually exclusive? Otherwise, Reviewed-by: Nicolin Chen <[email protected]>
