]> git.proxmox.com Git - qemu.git/commit
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>
Tue, 23 Feb 2010 20:07:58 +0000 (14:07 -0600)
commit5e3be6238548b9bf37ea7cbed1924079a4fde4f1
tree6d20999e0bc0b305fab3734a824354eba971b847
parentb391493bc6e756be30cc405f58b68b84876418a7
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>
(cherry picked from commit 668680f75feea79704c603b96126c0833e1ed9a9)
net.c
net.h
vl.c