mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
net: add -net nic,netdev= option
Patchworks-ID: 35515 Signed-off-by: Mark McLoughlin <markmc@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
577c4af937
commit
5869c4d515
2 changed files with 37 additions and 5 deletions
1
net.h
1
net.h
|
@ -99,6 +99,7 @@ struct NICInfo {
|
|||
char *name;
|
||||
char *devaddr;
|
||||
VLANState *vlan;
|
||||
VLANClientState *netdev;
|
||||
VLANClientState *vc;
|
||||
void *private;
|
||||
int used;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue