From: Alex Williamson Date: Tue, 7 Apr 2015 17:14:43 +0000 (-0600) Subject: vfio-pci: Allow PCI IDs to be specified as module options X-Git-Tag: omap-for-v4.2/o2_dc~137^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80c7e8cc2aaa36944acdfbce46f373101b9f21ff;p=pandora-kernel.git vfio-pci: Allow PCI IDs to be specified as module options This copies the same support from pci-stub for exactly the same purpose, enabling a set of PCI IDs to be automatically added to the driver's dynamic ID table at module load time. The code here is pretty simple and both vfio-pci and pci-stub are fairly unique in being meta drivers, capable of attaching to any device, so there's no attempt made to generalize the code into pci-core. Signed-off-by: Alex Williamson --- Reading git-diff-tree failed