On 22/10/2025 10:51 am, Teddy Astie wrote: > As VT-d only exists on x86, it doesn't make sense to have a x86-specific > subdirectory.
VT-d does exist elsewhere. Xen (via the absence of ia64 support) only implements VT-d on x86. > Moreover, now that vtd.c empty (once we moved the deprecated > iommu_inclusive_mapping parameter), only ats.c remain which could be moved to > the upper directory. > > Collapse this directory to make the driver structure clearer. > > Signed-off-by: Teddy Astie <[email protected]> > --- > Do we care much about iommu_inclusive_mapping ? What do you mean? The functionality, yes. The top-level option option that's been listed as deprecated since Xen 4.12 (7 years now), probably not. But if you're going to delete it, it should be in a patch of it's own, including editing xen-command-line.pandoc. ~Andrew
