]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
net: net_check_clients() runs too early to see -device, fix
authorMarkus Armbruster <armbru@redhat.com>
Thu, 11 Feb 2010 13:44:58 +0000 (14:44 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 19 Feb 2010 18:12:46 +0000 (12:12 -0600)
commit668680f75feea79704c603b96126c0833e1ed9a9
treed51d88551caf4463988ecb16af7d842559618ed2
parent7f76abe1c9d880050ba31ff827b3ff5cbc8175a7
net: net_check_clients() runs too early to see -device, fix

Call it right after -device devices get created.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c
net.h
vl.c