Re: [PATCH] vhost-vdpa: allow passing opened vhostfd to vhost-vdpa

2022-10-07 Thread Eugenio Perez Martin
On Tue, Oct 4, 2022 at 11:09 PM Si-Wei Liu wrote: > > Similar to other vhost backends, vhostfd can be passed to vhost-vdpa > backend as another parameter to instantiate vhost-vdpa net client. > This would benefit the use case where only open fd's, as oppposed to s/oppposed/opposed/ (realized by t

[PATCH] vhost-vdpa: allow passing opened vhostfd to vhost-vdpa

2022-10-04 Thread Si-Wei Liu
Similar to other vhost backends, vhostfd can be passed to vhost-vdpa backend as another parameter to instantiate vhost-vdpa net client. This would benefit the use case where only open fd's, as oppposed to raw vhost-vdpa device paths, are accessible from the QEMU process. (qemu) netdev_add type=vho