mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 14:53:54 -06:00
qdev: add netdev property
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
1503fff343
commit
2ef924b416
4 changed files with 42 additions and 1 deletions
2
net.c
2
net.c
|
@ -2363,7 +2363,7 @@ VLANState *qemu_find_vlan(int id, int allocate)
|
|||
return vlan;
|
||||
}
|
||||
|
||||
static VLANClientState *qemu_find_netdev(const char *id)
|
||||
VLANClientState *qemu_find_netdev(const char *id)
|
||||
{
|
||||
VLANClientState *vc;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue