]> git.proxmox.com Git - qemu.git/commit - net.c
default devices: network
authorGerd Hoffmann <kraxel@redhat.com>
Tue, 8 Dec 2009 12:11:47 +0000 (13:11 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 12 Dec 2009 13:59:43 +0000 (07:59 -0600)
commitcb4522ccf67ba84d246291d9f75bd7f3df137d1a
tree0f75897827368623ca718d7af904f56978f82566
parentd8c208dd8a038d24ba4890156101bc679a8c8fef
default devices: network

Add a default_net variable which specified whenever a default network
should be created.  It is cleared in case any -net option is specified
and it is also added to the new -nodefaults switch.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c
net.h
vl.c