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)
commit62fa828f898c0fba13edbf959860ecf55ac251cc
treed51d88551caf4463988ecb16af7d842559618ed2
parent6c868f232cef43fc6aa02ba376fd680511e70054
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