riscv-non-isa/riscv-iommu

Question about capabilities access valid check when 32Byte read with offset equals 4

viktoryou opened this issue · 2 comments

From the location of the code, I think g_offset_to_size[CAPABILITIES_OFFSET + 4] = 8; is missing. Please help to check.

Did you mean g_offset_to_size[FCTRL_OFFSET+4] = 4; ? The field designated for custom use?

never mind. Yes, that was missing and updated in #365