commit | 2ef924b416edb55f9d87b0f53d78c9fb78f0ec52 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Wed Oct 21 15:25:24 2009 +0200 |
committer | Anthony Liguori <aliguori@us.ibm.com> | Tue Oct 27 12:28:37 2009 -0500 |
tree | f4fcf8502cdc9acd2a591ecf4e70cddd0a762ddd | |
parent | 1503fff34376e8f33e21480f9edd03bfb7f10cb6 [diff] [blame] |
qdev: add netdev property Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
diff --git a/net.c b/net.c index 3b69d3b..75a01d2 100644 --- a/net.c +++ b/net.c
@@ -2363,7 +2363,7 @@ return vlan; } -static VLANClientState *qemu_find_netdev(const char *id) +VLANClientState *qemu_find_netdev(const char *id) { VLANClientState *vc;