summary refs log tree commit diff stats
path: root/hw/vfio/cpr-iommufd.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vfio/cpr-iommufd.c')
-rw-r--r--hw/vfio/cpr-iommufd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/vfio/cpr-iommufd.c b/hw/vfio/cpr-iommufd.c
index 2f58b43793..f95773b02c 100644
--- a/hw/vfio/cpr-iommufd.c
+++ b/hw/vfio/cpr-iommufd.c
@@ -14,6 +14,8 @@
 #include "system/iommufd.h"
 #include "vfio-iommufd.h"
 
+const VMStateDescription vmstate_cpr_vfio_devices;  /* TBD in a later patch */
+
 static bool vfio_cpr_supported(IOMMUFDBackend *be, Error **errp)
 {
     if (!iommufd_change_process_capable(be)) {