Re: [RFC v5 07/28] hw/arm/smmuv3: Reject secure STEs with stage-2 enabled
Pierrick Bouvier <[email protected]>
| Newsgroups | org.nongnu.qemu-arm,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On 8/13/2026 9:24 AM, Tao Tang wrote: > Pass sec_sid into decode_ste() and treat a secure STE that enables stage-2 > translation as an illegal STE. > > The current model does not implement Secure stage-2 translation, so reject > Secure STE configurations that enable stage 2 and report BAD_STE. This > restriction can be relaxed when SEL2 and Secure stage-2 support are > implemented. > > Signed-off-by: Tao Tang <[email protected]> > --- > hw/arm/smmuv3.c | 12 ++++++++++-- > 1 file changed, 10 insertions(+), 2 deletions(-) > Reviewed-by: Pierrick Bouvier <[email protected]>