]> git.proxmox.com Git - mirror_qemu.git/blobdiff - include/hw/vfio/vfio-common.h
memory: introduce IOMMUNotifier and its caps
[mirror_qemu.git] / include / hw / vfio / vfio-common.h
index 94dfae387a44f3b226fe87a43becc8d0aada5c85..c17602e5337d11e9d92ffabefbaa1191ca78edcf 100644 (file)
@@ -93,7 +93,7 @@ typedef struct VFIOGuestIOMMU {
     VFIOContainer *container;
     MemoryRegion *iommu;
     hwaddr iommu_offset;
-    Notifier n;
+    IOMMUNotifier n;
     QLIST_ENTRY(VFIOGuestIOMMU) giommu_next;
 } VFIOGuestIOMMU;