mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
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>
This commit is contained in:
parent
7f1c9d20ea
commit
13cf8f2129
3 changed files with 18 additions and 5 deletions
2
net.c
2
net.c
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue