On Wed, 5 Jan 2022 11:32:34 -0800, Sunil Muthuswamy wrote: > From: Sunil Muthuswamy <sunilmut@xxxxxxxxxxxxx> > > Current Hyper-V vPCI code only compiles and works for x86. There are some > hardcoded assumptions about the architectural IRQ chip and other arch > defines. > > Add support for Hyper-V vPCI for arm64 by first breaking the current hard > coded dependency using a set of new interfaces and implementing those for > x86 first. That is in the first patch. The second patch adds support for > Hyper-V vPCI for arm64 by implementing the above mentioned interfaces. That > is done by introducing a Hyper-V vPCI specific MSI IRQ domain & chip for > allocating SPI vectors. > > [...] Applied to pci/hv, thanks! [1/2] PCI: hv: Make the code arch neutral by adding arch specific interfaces https://git.kernel.org/lpieralisi/pci/c/6c63f4da30 [2/2] PCI: hv: Add arm64 Hyper-V vPCI support https://git.kernel.org/lpieralisi/pci/c/c10bdb758c Thanks, Lorenzo