summary refs log tree commit diff stats
path: root/net.h
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2009-10-08 19:58:29 +0100
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-15 09:32:02 -0500
commit5869c4d515128cd3a938a7346a8037abcc232220 (patch)
treeeb2abde67eda0dc80da7ffc2c8b4b5c23c4727ab /net.h
parent577c4af9376f5ec0bdaeefd983f112a44b9c1d17 (diff)
downloadfocaccia-qemu-5869c4d515128cd3a938a7346a8037abcc232220.tar.gz
focaccia-qemu-5869c4d515128cd3a938a7346a8037abcc232220.zip
net: add -net nic,netdev= option
Patchworks-ID: 35515
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'net.h')
-rw-r--r--net.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net.h b/net.h
index edaf9422c9..e23047c3ec 100644
--- a/net.h
+++ b/net.h
@@ -99,6 +99,7 @@ struct NICInfo {
     char *name;
     char *devaddr;
     VLANState *vlan;
+    VLANClientState *netdev;
     VLANClientState *vc;
     void *private;
     int used;