diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-08 19:58:29 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-15 09:32:02 -0500 |
commit | 5869c4d515128cd3a938a7346a8037abcc232220 (patch) | |
tree | eb2abde67eda0dc80da7ffc2c8b4b5c23c4727ab /net.h | |
parent | 577c4af9376f5ec0bdaeefd983f112a44b9c1d17 (diff) | |
download | qemu-5869c4d515128cd3a938a7346a8037abcc232220.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -99,6 +99,7 @@ struct NICInfo { char *name; char *devaddr; VLANState *vlan; + VLANClientState *netdev; VLANClientState *vc; void *private; int used; |