diff options
author | Jake Oshins <jakeo@microsoft.com> | 2016-02-16 21:56:23 +0000 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2016-02-16 16:56:12 -0600 |
commit | 4daace0d8ce851f8f8f91563c835e3000c954d5e (patch) | |
tree | f2b648fb723a02e4a5da2673d48b73c4077a419a /MAINTAINERS | |
parent | 788858ebc49a07fe5f812778f245a51b0d800d82 (diff) |
PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
Add a new driver which exposes a root PCI bus whenever a PCI Express device
is passed through to a guest VM under Hyper-V. The device can be single-
or multi-function. The interrupts for the devices are managed by an IRQ
domain, implemented within the driver.
[bhelgaas: fold in race condition fix (http://lkml.kernel.org/r/1456340196-13717-1-git-send-email-jakeo@microsoft.com)]
Signed-off-by: Jake Oshins <jakeo@microsoft.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 30aca4aa5467..b68c015bc62f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5193,6 +5193,7 @@ F: arch/x86/kernel/cpu/mshyperv.c F: drivers/hid/hid-hyperv.c F: drivers/hv/ F: drivers/input/serio/hyperv-keyboard.c +F: drivers/pci/host/pci-hyperv.c F: drivers/net/hyperv/ F: drivers/scsi/storvsc_drv.c F: drivers/video/fbdev/hyperv_fb.c |