commit | 0ca582fd0463106e277e1f723b4554b4d0e5f700 | [log] [tgz] |
---|---|---|
author | Alex Williamson <alex.williamson@redhat.com> | Wed Feb 08 13:13:26 2017 -0700 |
committer | Alex Williamson <alex.williamson@redhat.com> | Thu Feb 09 12:13:53 2017 -0700 |
tree | d1120b16dab0518f5d55fe553eb7f96ae18bc40c | |
parent | f790eb57e6ec8d77489755cc25a51c4409e2f590 [diff] |
vfio: Replace module request with softdep Rather than doing a module request from within the init function, add a soft dependency on the available IOMMU backend drivers. This makes the dependency visible to userspace when picking modules for the ram disk. Signed-off-by: Alex Williamson <alex.williamson@redhat.com>