Re: [Qemu-devel] [PATCH] tap: properly initialize vhostfds

2013-04-22 Thread Stefan Hajnoczi
On Fri, Apr 19, 2013 at 03:11:15PM +0800, Jason Wang wrote: > Only tap->vhostfd were checked net_init_tap_one(), but tap->vhostfds were > forgot, this will lead qemu to ignore all fds passed by management through > vhostfds, and tries to create vhost_net device itself. Fix by adding this > check >

Re: [Qemu-devel] [PATCH] tap: properly initialize vhostfds

2013-04-19 Thread Michal Privoznik
On 19.04.2013 09:11, Jason Wang wrote: > Only tap->vhostfd were checked net_init_tap_one(), but tap->vhostfds were > forgot, this will lead qemu to ignore all fds passed by management through > vhostfds, and tries to create vhost_net device itself. Fix by adding this > check > also. > > Reportyed