Home
last modified time | relevance | path

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

/openbmc/qemu/block/export/
H A Dvhost-user-blk-server.c321 BlockExportOptionsVhostUserBlk *vu_opts = &opts->u.vhost_user_blk; in vu_blk_exp_create() local
328 if (vu_opts->has_logical_block_size) { in vu_blk_exp_create()
329 logical_block_size = vu_opts->logical_block_size; in vu_blk_exp_create()
340 if (vu_opts->has_num_queues) { in vu_blk_exp_create()
341 num_queues = vu_opts->num_queues; in vu_blk_exp_create()
360 if (!vhost_user_server_start(&vexp->vu_server, vu_opts->addr, exp->ctx, in vu_blk_exp_create()