Home
last modified time | relevance | path

Searched defs:VFIODeviceOps (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h117 typedef struct VFIODeviceOps VFIODeviceOps; typedef
155 struct VFIODeviceOps { struct
156 void (*vfio_compute_needs_reset)(VFIODevice *vdev);
157 int (*vfio_hot_reset_multi)(VFIODevice *vdev);
158 void (*vfio_eoi)(VFIODevice *vdev);
159 Object *(*vfio_get_object)(VFIODevice *vdev);
172 int (*vfio_save_config)(VFIODevice *vdev, QEMUFile *f, Error **errp);
184 int (*vfio_load_config)(VFIODevice *vdev, QEMUFile *f);