Re: [PATCH V2] iommu/hyperv: Create hyperv subdirectory under drivers/iommu
From: Wei Liu
Date: Mon Jun 08 2026 - 01:58:34 EST
On Wed, Jun 03, 2026 at 04:56:04PM -0700, Jacob Pan wrote:
> Hi Mukesh,
>
> On Wed, 3 Jun 2026 15:50:10 -0700
> Mukesh R <mrathor@xxxxxxxxxxxxxxxxxxx> wrote:
>
> > Create hyperv subdirectory under drivers/iommu in anticipation of more
> > hyperv related files from upcoming PCI passthru and pv-IOMMU patches.
> > Also, the current file hyperv-iommu.c actually implements irq
> > remapping on x86, so rename to more appropriate hv-irq-remap-x86.c
> > and move it under the new hyperv subdirectory. Since this file
> > implements irq_remap_ops exposed by drivers/iommu/irq_remapping.h, it
> > cannot be relocated to the irq directory. This is in sync with other
> > backend directories like amd and intel there.
> >
> > Lastly, this file should not be tied to CONFIG_HYPERV_IOMMU, but to
> > CONFIG_HYPERV and CONFIG_IRQ_REMAP.
> >
> > Signed-off-by: Mukesh R <mrathor@xxxxxxxxxxxxxxxxxxx>
> > ---
> > V2: rename hv-irq-remap.c to hv-irq-remap-x86.c
> > ---
[...]
> Other than the above nits, feel free to add:
> Reviewed-by: Jacob Pan <jacob.pan@xxxxxxxxxxxxxxxxxxx>
I massaged the commit message, dropped the spurious white space changes,
and committed this patch.
Wei