From: Clément Mathieu--Drif <clement.mathieu--d...@eviden.com> This will help developers of svm devices to track a state
Signed-off-by: Clément Mathieu--Drif <clement.mathieu--d...@eviden.com> --- include/exec/memory.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/exec/memory.h b/include/exec/memory.h index 756dd2ea7f..c0d064dbd8 100644 --- a/include/exec/memory.h +++ b/include/exec/memory.h @@ -204,6 +204,7 @@ struct IOMMUNotifier { hwaddr start; hwaddr end; int iommu_idx; + void *opaque; QLIST_ENTRY(IOMMUNotifier) node; }; typedef struct IOMMUNotifier IOMMUNotifier; -- 2.47.0