PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
authorJake Oshins <jakeo@microsoft.com>
Tue, 16 Feb 2016 21:56:23 +0000 (21:56 +0000)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 16 Feb 2016 22:56:12 +0000 (16:56 -0600)
commit4daace0d8ce851f8f8f91563c835e3000c954d5e
treef2b648fb723a02e4a5da2673d48b73c4077a419a
parent788858ebc49a07fe5f812778f245a51b0d800d82
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>
MAINTAINERS
drivers/pci/Kconfig
drivers/pci/host/Makefile
drivers/pci/host/pci-hyperv.c [new file with mode: 0644]
This page took 0.029582 seconds and 5 git commands to generate.