RE: [EXTERNAL] Re: [PATCH v2 1/2] Hyper-V: pci: x64: Generalize irq/msi set-up and handling

2021-01-08 Thread Sunil Muthuswamy
> At the very least you could pick one of the subject line prefixes that > has been used before for either mshyperv.h or pci-hyperv.c instead of > making up something completely new and different. > Will keep that in mind going forward.

Re: [PATCH v2 1/2] Hyper-V: pci: x64: Generalize irq/msi set-up and handling

2021-01-08 Thread Bjorn Helgaas
At the very least you could pick one of the subject line prefixes that has been used before for either mshyperv.h or pci-hyperv.c instead of making up something completely new and different. On Fri, Jan 08, 2021 at 07:31:08AM +, Sunil Muthuswamy wrote: > Currently, operations related to irq/ms

[PATCH v2 1/2] Hyper-V: pci: x64: Generalize irq/msi set-up and handling

2021-01-07 Thread Sunil Muthuswamy
Currently, operations related to irq/msi in Hyper-V vPCI are x86-specific code. In order to support virtual PCI on Hyper-V for other architectures, introduce generic interfaces to replace the x86-specific ones. There are no functional changes in this patch. Co-developed-by: Boqun Feng (Microsoft)