fwupd/plugins/iommu
Richard Hughes 525f71f54b Merge the _udev_device() and _usb_device() vfuncs
There are now two 'backends' of device plug/unplug events, and there is about
to become three. Rather than just adding two more vfuncs for every backend type
define common ones that all providers can use.

Also fix up the existing in-tree plugins to use the new vfunc names and filter
on the correct GType.
2021-02-10 12:04:05 +00:00
..
fu-plugin-iommu.c Merge the _udev_device() and _usb_device() vfuncs 2021-02-10 12:04:05 +00:00
iommu.quirk Add a new plugin for IOMMU support 2020-05-15 11:32:51 -05:00
meson.build Add a new plugin for IOMMU support 2020-05-15 11:32:51 -05:00
README.md Add external interface messages 2020-10-26 12:05:20 -05:00

Linux IOMMU

Introduction

This plugin checks if an IOMMU is available on the system.

External interface access

This plugin requires no extra access.