]> Git Repo - qemu.git/commitdiff
vhost_net_init will use VhostNetOptions to get all its arguments
authorNikolay Nikolaev <[email protected]>
Tue, 27 May 2014 12:05:22 +0000 (15:05 +0300)
committerMichael S. Tsirkin <[email protected]>
Thu, 19 Jun 2014 13:41:56 +0000 (16:41 +0300)
vhost_dev_init will replace devfd and devpath with a single opaque argument.
This is initialised with a file descriptor. When TAP is used (through
vhost_net), open /dev/vhost-net and pass the fd as an opaque parameter in
VhostNetOptions. The same applies to vhost-scsi - open /dev/vhost-scsi and
pass the fd.

Signed-off-by: Antonios Motakis <[email protected]>
Signed-off-by: Nikolay Nikolaev <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael S. Tsirkin <[email protected]>

No differences found
This page took 0.024851 seconds and 4 git commands to generate.