|
@@ -252,6 +252,7 @@ bool vfio_device_hiod_realize(VFIODevice *vbasedev, Error **errp);
|
|
bool vfio_attach_device(char *name, VFIODevice *vbasedev,
|
|
bool vfio_attach_device(char *name, VFIODevice *vbasedev,
|
|
AddressSpace *as, Error **errp);
|
|
AddressSpace *as, Error **errp);
|
|
void vfio_detach_device(VFIODevice *vbasedev);
|
|
void vfio_detach_device(VFIODevice *vbasedev);
|
|
|
|
+VFIODevice *vfio_get_vfio_device(Object *obj);
|
|
|
|
|
|
int vfio_kvm_device_add_fd(int fd, Error **errp);
|
|
int vfio_kvm_device_add_fd(int fd, Error **errp);
|
|
int vfio_kvm_device_del_fd(int fd, Error **errp);
|
|
int vfio_kvm_device_del_fd(int fd, Error **errp);
|