Re: [PATCH 9/9] vhost-vdpa: allow pre-opend file descriptor

2020-09-16 Thread Eric Blake
On 8/31/20 6:16 AM, Cindy Lu wrote: On Mon, 31 Aug 2020 at 16:30, Jason Wang wrote: This patch allows to initialize vhost-vdpa network backend with pre opened vhost-vdpa file descriptor. This is useful for running unprivileged qemu through libvirt. Cc: Eric Blake Cc: Markus Armbruster Signe

Re: [PATCH 9/9] vhost-vdpa: allow pre-opend file descriptor

2020-08-31 Thread Jason Wang
On 2020/8/31 下午7:16, Cindy Lu wrote: On Mon, 31 Aug 2020 at 16:30, Jason Wang wrote: This patch allows to initialize vhost-vdpa network backend with pre opened vhost-vdpa file descriptor. This is useful for running unprivileged qemu through libvirt. Cc: Eric Blake Cc: Markus Armbruster Sig

Re: [PATCH 9/9] vhost-vdpa: allow pre-opend file descriptor

2020-08-31 Thread Cindy Lu
On Mon, 31 Aug 2020 at 16:30, Jason Wang wrote: > > This patch allows to initialize vhost-vdpa network backend with pre > opened vhost-vdpa file descriptor. This is useful for running > unprivileged qemu through libvirt. > > Cc: Eric Blake > Cc: Markus Armbruster > Signed-off-by: Jason Wang > -

[PATCH 9/9] vhost-vdpa: allow pre-opend file descriptor

2020-08-31 Thread Jason Wang
This patch allows to initialize vhost-vdpa network backend with pre opened vhost-vdpa file descriptor. This is useful for running unprivileged qemu through libvirt. Cc: Eric Blake Cc: Markus Armbruster Signed-off-by: Jason Wang --- net/vhost-vdpa.c | 24 +++- qapi/net.json