mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06:00
net: simplify net_client_parse() error management
All net_client_parse() callers exit in case of error. Move exit(1) to net_client_parse() and remove error checking from the callers. Suggested-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: David Gibson <david@gibson.dropbear.id.au> Acked-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Jason Wang <jasowang@redhat.com>
This commit is contained in:
parent
d63ef17bfc
commit
21fccb2cbb
3 changed files with 6 additions and 14 deletions
|
@ -220,7 +220,7 @@ extern NICInfo nd_table[MAX_NICS];
|
|||
extern const char *host_net_devices[];
|
||||
|
||||
/* from net.c */
|
||||
int net_client_parse(QemuOptsList *opts_list, const char *str);
|
||||
void net_client_parse(QemuOptsList *opts_list, const char *str);
|
||||
void show_netdevs(void);
|
||||
void net_init_clients(void);
|
||||
void net_check_clients(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue