Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvdpa-dev.h35 VirtQueue **virtqs; member
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c490 s->virtqs = g_new(VirtQueue *, s->num_queues); in vhost_user_blk_device_realize()
492 s->virtqs[i] = virtio_add_queue(vdev, s->queue_size, in vhost_user_blk_device_realize()
526 virtio_delete_queue(s->virtqs[i]); in vhost_user_blk_device_realize()
528 g_free(s->virtqs); in vhost_user_blk_device_realize()
550 virtio_delete_queue(s->virtqs[i]); in vhost_user_blk_device_unrealize()
552 g_free(s->virtqs); in vhost_user_blk_device_unrealize()