diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-06 12:17:14 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-06 14:36:13 -0500 |
commit | 13cf8f2129677189c03009bc05995d461a93da6a (patch) | |
tree | 872d45cbdca3501eb4fe1b9383916efbf05ab600 /net.c | |
parent | 7f1c9d20eab92090650f0356d45fcdf5c190a22a (diff) |
Port usb net to QemuOpts
We need net_client_init_from_opts() exported for this
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.c')
-rw-r--r-- | net.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3001,7 +3001,7 @@ static struct { { /* end of list */ } }; -static int net_client_init_from_opts(Monitor *mon, QemuOpts *opts) +int net_client_init_from_opts(Monitor *mon, QemuOpts *opts) { const char *type; int i; |