Searched defs:VHostUserBlk (Results 1 – 1 of 1) sorted by relevance
30 struct VHostUserBlk { struct31 VirtIODevice parent_obj;32 CharBackend chardev;33 int32_t bootindex;34 struct virtio_blk_config blkcfg;35 uint16_t num_queues;36 uint32_t queue_size;37 struct vhost_dev dev;38 struct vhost_inflight *inflight;39 VhostUserState vhost_user;[all …]