mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 16:23:55 -06:00
net: Export valid host network devices list
Signed-off-by: Hani Benhabiles <hani@linux.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
This commit is contained in:
parent
c68a0409b3
commit
84007e8181
2 changed files with 21 additions and 14 deletions
|
@ -177,6 +177,7 @@ struct NICInfo {
|
|||
extern int nb_nics;
|
||||
extern NICInfo nd_table[MAX_NICS];
|
||||
extern int default_net;
|
||||
extern const char *host_net_devices[];
|
||||
|
||||
/* from net.c */
|
||||
extern const char *legacy_tftp_prefix;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue