mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-31 14:02:05 -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
1
net.h
1
net.h
|
@ -47,6 +47,7 @@ struct VLANState {
|
|||
};
|
||||
|
||||
VLANState *qemu_find_vlan(int id, int allocate);
|
||||
VLANClientState *qemu_find_netdev(const char *id);
|
||||
VLANClientState *qemu_new_vlan_client(VLANState *vlan,
|
||||
VLANClientState *peer,
|
||||
const char *model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue