aboutsummaryrefslogtreecommitdiff
path: root/net.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-10-21 15:25:24 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-27 12:28:37 -0500
commit2ef924b416edb55f9d87b0f53d78c9fb78f0ec52 (patch)
treef4fcf8502cdc9acd2a591ecf4e70cddd0a762ddd /net.c
parentqdev: mac addr property fixups (diff)
downloadqemu-kvm-2ef924b416edb55f9d87b0f53d78c9fb78f0ec52.tar.gz
qemu-kvm-2ef924b416edb55f9d87b0f53d78c9fb78f0ec52.tar.bz2
qemu-kvm-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.c')
-rw-r--r--net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net.c b/net.c
index 3b69d3b84..75a01d2a1 100644
--- a/net.c
+++ b/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;