Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 320749
b: refs/heads/master
c: 89e1f7d
h: refs/heads/master
i:
  320747: 5c7293d
v: v3
  • Loading branch information
Alex Williamson committed Jul 31, 2012
1 parent c485178 commit cb21e9b
Show file tree
Hide file tree
Showing 10 changed files with 3,260 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 73fa0d10d077d9521ee2dace2307ae2c9a965336
refs/heads/master: 89e1f7d4c66d85f42c3d52ea3866eb10cadf6153
2 changes: 2 additions & 0 deletions trunk/drivers/vfio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ menuconfig VFIO
See Documentation/vfio.txt for more details.

If you don't know what to do here, say N.

source "drivers/vfio/pci/Kconfig"
8 changes: 8 additions & 0 deletions trunk/drivers/vfio/pci/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
config VFIO_PCI
tristate "VFIO support for PCI devices"
depends on VFIO && PCI && EVENTFD
help
Support for the PCI VFIO bus driver. This is required to make
use of PCI drivers using the VFIO framework.

If you don't know what to do here, say N.
4 changes: 4 additions & 0 deletions trunk/drivers/vfio/pci/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

vfio-pci-y := vfio_pci.o vfio_pci_intrs.o vfio_pci_rdwr.o vfio_pci_config.o

obj-$(CONFIG_VFIO_PCI) += vfio-pci.o
Loading

0 comments on commit cb21e9b

Please sign in to comment.