Re: [PATCH v1 1/4] iommu: Move Hyper-V IOMMU driver to its own subdirectory

From: Jason Gunthorpe

Date: Fri May 15 2026 - 18:21:41 EST


On Tue, May 12, 2026 at 12:24:05AM +0800, Yu Zhang wrote:
> From: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>
>
> The Hyper-V IOMMU driver currently only supports IRQ remapping.
> As it will be adding DMA remapping support, prepare a directory
> to contain all the different feature files.

Any possibility we could put the irq remapping thing under the irq
directory?

The other drivers have it here because they are co-mingled with their
iommu HW, will hyperv have the same issue?

Jason