commit | 3cedd7d75f9ac397d20efa80a3d5f74bb52befcd | [log] [tgz] |
---|---|---|
author | Kirti Wankhede <kwankhede@nvidia.com> | Tue Dec 06 02:38:20 2016 +0530 |
committer | Alex Williamson <alex.williamson@redhat.com> | Mon Dec 05 16:04:33 2016 -0700 |
tree | 99bf6b5b1b8250cd7637fe65a68407086d0ff92a | |
parent | 2fc1bec15883537cf8b35fd628cca33ca25736a5 [diff] |
vfio iommu type1: WARN_ON if notifier block is not unregistered mdev vendor driver should unregister the iommu notifier since the vfio iommu can persist beyond the attachment of the mdev group. WARN_ON will show warning if vendor driver doesn't unregister the notifier and is forced to follow the implementations steps. Signed-off-by: Kirti Wankhede <kwankhede@nvidia.com> Signed-off-by: Neo Jia <cjia@nvidia.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>