Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Dvhost-user.c422 const NetdevVhostUserOptions *vhost_user_opts; in net_init_vhost_user() local
426 vhost_user_opts = &netdev->u.vhost_user; in net_init_vhost_user()
428 chr = net_vhost_claim_chardev(vhost_user_opts, errp); in net_init_vhost_user()
433 queues = vhost_user_opts->has_queues ? vhost_user_opts->queues : 1; in net_init_vhost_user()