On Fri, Aug 14, 2026 at 12:24:08AM +0800, Tao Tang wrote: > Extend the register and queue helper routines to accept an explicit > SEC_SID argument instead of hard-coding the non-secure bank. > > All existing callers are updated to pass SMMU_SEC_SID_NS, so the > behavior remains identical. This prepares the code for handling > additional security state banks in the future. So Non-secure state > is the only state bank supported for now. > > Signed-off-by: Tao Tang <[email protected]> > Reviewed-by: Eric Auger <[email protected]> > Reviewed-by: Pierrick Bouvier <[email protected]> > Link: > https://lore.kernel.org/qemu-devel/[email protected]/ > --- > hw/arm/smmuv3-accel.c | 5 +++-- > hw/arm/smmuv3-internal.h | 21 +++++++++------------ > hw/arm/smmuv3.c | 15 ++++++++------- > 3 files changed, 20 insertions(+), 21 deletions(-) >
Reviewed-by: Jim MacArthur <[email protected]>
