From 2ef924b416edb55f9d87b0f53d78c9fb78f0ec52 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 21 Oct 2009 15:25:24 +0200 Subject: qdev: add netdev property Signed-off-by: Gerd Hoffmann Signed-off-by: Anthony Liguori --- net.h | 1 + 1 file changed, 1 insertion(+) (limited to 'net.h') diff --git a/net.h b/net.h index 605092a87d..6a24f5580d 100644 --- a/net.h +++ b/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, -- cgit v1.2.3-55-g7522