diff options
author | Gerd Hoffmann | 2009-10-21 15:25:24 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-10-27 18:28:37 +0100 |
commit | 2ef924b416edb55f9d87b0f53d78c9fb78f0ec52 (patch) | |
tree | f4fcf8502cdc9acd2a591ecf4e70cddd0a762ddd /net.h | |
parent | qdev: mac addr property fixups (diff) | |
download | qemu-2ef924b416edb55f9d87b0f53d78c9fb78f0ec52.tar.gz qemu-2ef924b416edb55f9d87b0f53d78c9fb78f0ec52.tar.xz qemu-2ef924b416edb55f9d87b0f53d78c9fb78f0ec52.zip |
qdev: add netdev property
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.h')
-rw-r--r-- | net.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |