Home
last modified time | relevance | path

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

/qemu/hw/virtio/
H A Dvhost-user-vsock.c108 vhost_dev_set_config_notifier(&vvc->vhost_dev, &vsock_ops); in vuv_device_realize()
H A Dvhost-user-base.c209 vhost_dev_set_config_notifier(vhost_dev, &vub_config_ops); in vub_connect()
H A Dvhost.c1844 void vhost_dev_set_config_notifier(struct vhost_dev *hdev, in vhost_dev_set_config_notifier() function
/qemu/include/hw/virtio/
H A Dvhost.h282 void vhost_dev_set_config_notifier(struct vhost_dev *dev,
/qemu/hw/block/
H A Dvhost-user-blk.c331 vhost_dev_set_config_notifier(&s->dev, &blk_ops); in vhost_user_blk_connect()
/qemu/hw/display/
H A Dvhost-user-gpu.c617 vhost_dev_set_config_notifier(&g->vhost->dev, &config_ops); in vhost_user_gpu_device_realize()