On 1/4/25 03:43, Nicolin Chen wrote:
Similar to iommu_report_device_fault, this allows IOMMU drivers to report vIOMMU events from threaded IRQ handlers to user space hypervisors. Signed-off-by: Nicolin Chen<nicolinc@xxxxxxxxxx> --- include/linux/iommufd.h | 11 ++++++++++ drivers/iommu/iommufd/driver.c | 40 ++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+)
Reviewed-by: Lu Baolu <baolu.lu@xxxxxxxxxxxxxxx>