]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCI...
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 11 Jul 2011 20:49:41 +0000 (16:49 -0400)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Wed, 20 Jul 2011 01:04:20 +0000 (21:04 -0400)
commit2ebdc4263022e0015341016b123fe7f44f9cf396
tree098f12c4ebfcb7a87b409255e50997e484ca1b59
parent778999703db6d875c22e1a8d02c8296ad4648958
xen/pciback: Have 'passthrough' option instead of XEN_PCIDEV_BACKEND_PASS and XEN_PCIDEV_BACKEND_VPCI

.. compile options. This way the user can decide during runtime whether they
want the default 'vpci' (virtual pci passthrough) or where the PCI devices
are passed in without any BDF renumbering. The option 'passthrough' allows
the user to toggle the it from 0 (vpci) to 1 (passthrough).

Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/xen/Kconfig
drivers/xen/xen-pciback/Makefile
drivers/xen/xen-pciback/passthrough.c
drivers/xen/xen-pciback/pciback.h
drivers/xen/xen-pciback/vpci.c
drivers/xen/xen-pciback/xenbus.c