]> git.proxmox.com Git - mirror_qemu.git/blobdiff - net.h
net: net_check_clients() runs too early to see -device, fix
[mirror_qemu.git] / net.h
diff --git a/net.h b/net.h
index ecbd8122a07f728b644cd9aa93f946f8059cdebb..3467c1087819de3330425ed94a7911847080981b 100644 (file)
--- a/net.h
+++ b/net.h
@@ -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);