On Thu, Dec 12, 2024 at 4:42 PM Zhenzhong Duan <zhenzhong.d...@intel.com> wrote: > > Intel VT-d 3.0 introduces scalable mode, and it has a bunch of capabilities > related to scalable mode translation, thus there are multiple combinations. > > This vIOMMU implementation wants to simplify it with a new property "x-flts". > When turned on in scalable mode, stage-1 translation is supported. When turned > on in legacy mode, throw out error. > > With stage-1 translation support exposed to user, also accurate the pasid > entry > check in vtd_pe_type_check(). > > Suggested-by: Jason Wang <jasow...@redhat.com> > Signed-off-by: Yi Liu <yi.l....@intel.com> > Signed-off-by: Yi Sun <yi.y....@linux.intel.com> > Signed-off-by: Zhenzhong Duan <zhenzhong.d...@intel.com> > Reviewed-by: Clément Mathieu--Drif<clement.mathieu--d...@eviden.com>
Acked-by: Jason Wang <jasow...@redhat.com> Thanks