diff options
author | Mark McLoughlin <markmc@redhat.com> | 2009-10-08 19:58:26 +0100 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-15 09:32:01 -0500 |
commit | a1ea458fdf4711b5d3b23e987b47366d6a3b5924 (patch) | |
tree | 690cbab2a001140a21065c12e175d52067040ef7 /qemu-options.hx | |
parent | 7f161aaea6e1f566a017f87513924d1c8bbfdc6c (diff) |
net: add -netdev option
Patchworks-ID: 35506
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 3dd76b34bf..d4cac04aca 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -839,6 +839,16 @@ DEF("net", HAS_ARG, QEMU_OPTION_net, " dump traffic on vlan 'n' to file 'f' (max n bytes per packet)\n" "-net none use it alone to have zero network devices; if no -net option\n" " is provided, the default is '-net nic -net user'\n") +DEF("netdev", HAS_ARG, QEMU_OPTION_netdev, + "-netdev [" +#ifdef CONFIG_SLIRP + "user|" +#endif + "tap|" +#ifdef CONFIG_VDE + "vde|" +#endif + "socket],id=str[,option][,option][,...]\n") STEXI @item -net nic[,vlan=@var{n}][,macaddr=@var{mac}][,model=@var{type}][,name=@var{name}][,addr=@var{addr}][,vectors=@var{v}] Create a new Network Interface Card and connect it to VLAN @var{n} (@var{n} |