Searched hist:"02 cd809099322d6bdbd3fb232e9dd1018b125866" (Results 1 – 1 of 1) sorted by relevance
/qemu/net/ |
H A D | tap.c | 02cd809099322d6bdbd3fb232e9dd1018b125866 Sat Feb 02 00:02:50 UTC 2013 Anthony Liguori <aliguori@us.ibm.com> tap: unbreak -netdev tap,fd=X
The multiqueue patch series broke -netdev tap,fd=X which manifests as libvirt not being able to start a guest. This was because it passed NULL for the netdev name which results in an anonymous netdev device regardless of what the user specified.
Cc: Jason Wang <jasowang@redhat.com> Cc: Bruce Rogers <brogers@suse.com> Reported-by: Bruce Rogers <brogers@suse.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
|