Home
last modified time | relevance | path

Searched refs:vhost_dev_config_notifier (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-user-vsock.c54 .vhost_dev_config_notifier = vuv_handle_config_change,
H A Dvhost-user-base.c170 .vhost_dev_config_notifier = vub_config_notifier,
H A Dvhost-user.c1522 if (!dev->config_ops || !dev->config_ops->vhost_dev_config_notifier) { in vhost_user_backend_handle_config_change()
1526 return dev->config_ops->vhost_dev_config_notifier(dev); in vhost_user_backend_handle_config_change()
2183 (dev->config_ops && dev->config_ops->vhost_dev_config_notifier); in vhost_user_backend_init()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h68 int (*vhost_dev_config_notifier)(struct vhost_dev *dev); member
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c130 .vhost_dev_config_notifier = vhost_user_blk_handle_config_change,
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c609 .vhost_dev_config_notifier = vhost_user_gpu_config_change,