diff options
author | Markus Armbruster <armbru@redhat.com> | 2010-02-11 14:44:58 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2010-02-19 12:12:46 -0600 |
commit | 668680f75feea79704c603b96126c0833e1ed9a9 (patch) | |
tree | d51d88551caf4463988ecb16af7d842559618ed2 /net.h | |
parent | 7f76abe1c9d880050ba31ff827b3ff5cbc8175a7 (diff) |
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>
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -165,6 +165,7 @@ extern const char *legacy_bootp_filename; int net_client_init(Monitor *mon, QemuOpts *opts, int is_netdev); int net_client_parse(QemuOptsList *opts_list, const char *str); int net_init_clients(void); +void net_check_clients(void); void net_cleanup(void); void net_set_boot_mask(int boot_mask); void net_host_device_add(Monitor *mon, const QDict *qdict); |