xen-pcifront: Xen PCI frontend driver.
authorRyan Wilson <hap9@epoch.ncsc.mil>
Tue, 3 Aug 2010 01:31:05 +0000 (21:31 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 18 Oct 2010 14:49:37 +0000 (10:49 -0400)
commit956a9202cd1220397933a07beda9f96b3df1fa24
tree49d6ac9b43c16a9363b6ceff81ec62ef81aca0a7
parentb78c9512563780d86a178f11b648bcf73b8d87ec
xen-pcifront: Xen PCI frontend driver.

This is a port of the 2.6.18 Xen PCI front driver with fixes
to make it build under 2.6.34 and later (for the full list of
changes: git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen.git
historic/xen-pcifront-0.1). It also includes the fixes
to make it work properly.

[v2: Updated Kconfig, removed crud, added Reviewed-by]
[v3: Added 'static', fixed grant table leak, redid Kconfig]
[v4: Added one more 'static' and removed comments]

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Reviewed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Reviewed-by: Jan Beulich <JBeulich@novell.com>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/xen-pcifront.c [new file with mode: 0644]
include/xen/interface/io/pciif.h [new file with mode: 0644]