Rob Herring
2020-Oct-01 14:33 UTC
[PATCH RFC v1 12/18] asm-generic/hyperv: update hv_interrupt_entry
On Mon, 14 Sep 2020 11:59:21 +0000, Wei Liu wrote:> We will soon use the same structure to handle IO-APIC interrupts as > well. Introduce an enum to identify the source and a data structure for > IO-APIC RTE. > > While at it, update pci-hyperv.c to use the enum. > > No functional change. > > Signed-off-by: Wei Liu <wei.liu at kernel.org> > --- > drivers/pci/controller/pci-hyperv.c | 2 +- > include/asm-generic/hyperv-tlfs.h | 36 +++++++++++++++++++++++++++-- > 2 files changed, 35 insertions(+), 3 deletions(-) >Acked-by: Rob Herring <robh at kernel.org>
Apparently Analagous Threads
- [PATCH RFC v1 13/18] asm-generic/hyperv: introduce hv_device_id and auxiliary structures
- [PATCH RFC v1 07/18] x86/hyperv: extract partition ID from Microsoft Hypervisor if necessary
- [PATCH RFC v1 09/18] x86/hyperv: provide a bunch of helper functions
- [EXTERNAL] Re: [PATCH RFC v1 08/18] x86/hyperv: handling hypercall page setup for root
- [PATCH RFC v1 08/18] x86/hyperv: handling hypercall page setup for root