Home
last modified time | relevance | path

Searched refs:virtqs (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c482 s->virtqs = g_new(VirtQueue *, s->num_queues); in vhost_user_blk_device_realize()
484 s->virtqs[i] = virtio_add_queue(vdev, s->queue_size, in vhost_user_blk_device_realize()
518 virtio_delete_queue(s->virtqs[i]); in vhost_user_blk_device_realize()
520 g_free(s->virtqs); in vhost_user_blk_device_realize()
542 virtio_delete_queue(s->virtqs[i]); in vhost_user_blk_device_unrealize()
544 g_free(s->virtqs); in vhost_user_blk_device_unrealize()
/openbmc/qemu/hw/virtio/
H A Dvdpa-dev.c152 v->virtqs = g_new0(VirtQueue *, v->dev.nvqs); in vhost_vdpa_device_realize()
154 v->virtqs[i] = virtio_add_queue(vdev, v->queue_size, in vhost_vdpa_device_realize()
181 virtio_delete_queue(s->virtqs[i]); in vhost_vdpa_device_unrealize()
183 g_free(s->virtqs); in vhost_vdpa_device_unrealize()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-user-blk.h41 VirtQueue **virtqs; member
H A Dvdpa-dev.h35 VirtQueue **virtqs; member