From: Sunil Muthuswamy <sunilmut@xxxxxxxxxxxxxxxxxxx> Sent: Wednesday, January 5, 2022 11:33 AM > > Add arm64 Hyper-V vPCI support by implementing the arch specific > interfaces. Introduce an IRQ domain and chip specific to Hyper-v vPCI that > is based on SPIs. The IRQ domain parents itself to the arch GIC IRQ domain > for basic vector management. > > Signed-off-by: Sunil Muthuswamy <sunilmut@xxxxxxxxxxxxx> > Reviewed-by: Marc Zyngier <maz@xxxxxxxxxx> > --- > In v2, v3, v4, v5, v6, v7 & v8: > Changes are described in the cover letter. > > arch/arm64/include/asm/hyperv-tlfs.h | 9 + > drivers/pci/Kconfig | 2 +- > drivers/pci/controller/Kconfig | 2 +- > drivers/pci/controller/pci-hyperv.c | 235 ++++++++++++++++++++++++++- > 4 files changed, 245 insertions(+), 3 deletions(-) > Reviewed-by: Michael Kelley <mikelley@xxxxxxxxxxxxx>