]> git.proxmox.com Git - qemu.git/commit - net.c
net: allow clients not associated with a vlan
authorMark McLoughlin <markmc@redhat.com>
Thu, 8 Oct 2009 18:58:24 +0000 (19:58 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Thu, 15 Oct 2009 14:32:01 +0000 (09:32 -0500)
commitd80b9fc628501aefef949e6085bdecf1432d1b9b
tree9d4f879f11440c1dc24b5328936969d4096da55a
parent5610c3aaf4196cf714fb9cb57118187963550d1c
net: allow clients not associated with a vlan

Allow net clients to be created which are not connected to any vlan.

This is needed by Gerd in order to allow adding -device nic, where
the absence of a vlan parameter will not imply vlan=0. Also needed
to allow adding a -netdevice option which doesn't connect the backend
to a vlan.

Patchworks-ID: 35513
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c