tap: unbreak -netdev tap,fd=X
commit02cd809099322d6bdbd3fb232e9dd1018b125866
authorAnthony Liguori <aliguori@us.ibm.com>
Sat, 2 Feb 2013 00:02:50 +0000 (1 18:02 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 2 Feb 2013 00:05:30 +0000 (1 18:05 -0600)
tree1f01e1651f916fca5796578b5818277af9143d24
parentb76facc35b0153cee5a8972f8a3c70694a7e3913
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>
net/tap.c