On Fri, Aug 14, 2020 at 12:45:04PM -0700, Michael Kelley wrote: > On ARM64, Hyper-V now specifies the interrupt to be used by VMbus > in the ACPI DSDT. This information is not used on x86 because the > interrupt vector must be hardcoded. But update the generic > VMbus driver to do the parsing and pass the information to the > architecture specific code that sets up the Linux IRQ. Update > consumers of the interrupt to get it from an architecture specific > function. > > Signed-off-by: Michael Kelley <mikelley@xxxxxxxxxxxxx> Applied to hyperv-next. Thanks. Wei.