Re: [RFC v5 25/28] hw/arm/smmuv3: Reject IOMMU notifiers for non-NS devices
Pierrick Bouvier <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/13/2026 9:26 AM, Tao Tang wrote: > VFIO and vhost IOMMU notifiers currently support only the Non-secure > system-memory path. Reject notifier registration for non-NS devices > instead of allowing an unsupported configuration. > > Signed-off-by: Tao Tang <[email protected]> > --- > hw/arm/smmuv3.c | 7 +++++++ > 1 file changed, 7 insertions(+) > Reviewed-by: Pierrick Bouvier <[email protected]>