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
327 if (vu_opts->has_logical_block_size) { in vu_blk_exp_create()
328 logical_block_size = vu_opts->logical_block_size; in vu_blk_exp_create()
336 if (vu_opts->has_num_queues) { in vu_blk_exp_create()
337 num_queues = vu_opts->num_queues; in vu_blk_exp_create()
356 if (!vhost_user_server_start(&vexp->vu_server, vu_opts->addr, exp->ctx, in vu_blk_exp_create()