On Tue, Apr 21, 2026 at 07:32:27PM -0700, Mukesh R wrote: > This file actually implements irq remapping, so rename to more appropriate > hyperv-irq.c. A new file to implement hyperv iommu will be introduced > later. Also, it should not be tied to HYPERV_IOMMU, but to CONFIG_HYPERV > and IRQ_REMAP. The file already has #ifdef CONFIG_IRQ_REMAP. > > Signed-off-by: Mukesh R <[email protected]> > --- > MAINTAINERS | 2 +- > drivers/iommu/Makefile | 2 +- > drivers/iommu/{hyperv-iommu.c => hyperv-irq.c} | 2 +- > drivers/iommu/irq_remapping.c | 2 +- > 4 files changed, 4 insertions(+), 4 deletions(-) > rename drivers/iommu/{hyperv-iommu.c => hyperv-irq.c} (99%)
Reviewed-by: Anirudh Rayabharam (Microsoft) <[email protected]>

