Searched refs:vhost_dev_set_config (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/include/hw/virtio/ |
H A D | vhost.h | 276 int vhost_dev_set_config(struct vhost_dev *dev, const uint8_t *data,
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user-base.c | 150 ret = vhost_dev_set_config(&vub->vhost_dev, config_data, in vub_set_config()
|
H A D | vdpa-dev.c | 215 ret = vhost_dev_set_config(&s->dev, s->config, 0, s->config_size, in vhost_vdpa_device_set_config()
|
H A D | vhost.c | 1905 int vhost_dev_set_config(struct vhost_dev *hdev, const uint8_t *data, in vhost_dev_set_config() function
|
/openbmc/qemu/hw/block/ |
H A D | vhost-user-blk.c | 81 ret = vhost_dev_set_config(&s->dev, &blkcfg->wce, in vhost_user_blk_set_config()
|
/openbmc/qemu/hw/display/ |
H A D | vhost-user-gpu.c | 507 ret = vhost_dev_set_config(&g->vhost->dev, config_data, in vhost_user_gpu_set_config()
|
/openbmc/qemu/hw/net/ |
H A D | vhost_net.c | 137 return vhost_dev_set_config(&net->dev, data, offset, size, flags); in vhost_net_set_config()
|