diff options
author | Benjamin <mlspirat42@gmail.com> | 2012-01-11 09:20:54 +0900 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-01-12 10:34:20 -0600 |
commit | 0e0e7facc775e9bb020314f48751b3d09f316c8b (patch) | |
tree | a0ccab34ffd4e2a72252c6273a38d9c09b24e6ce /qemu-options.hx | |
parent | 4aa7534d22aaa48663770a98f989450b0cb34ef0 (diff) | |
download | qemu-0e0e7facc775e9bb020314f48751b3d09f316c8b.tar.gz qemu-0e0e7facc775e9bb020314f48751b3d09f316c8b.tar.bz2 qemu-0e0e7facc775e9bb020314f48751b3d09f316c8b.zip |
Support for UDP unicast network backend
Signed-off-by: Benjamin MARSILI <mlspirat42@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'qemu-options.hx')
-rw-r--r-- | qemu-options.hx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qemu-options.hx b/qemu-options.hx index 7903e5c11b..6295cde351 100644 --- a/qemu-options.hx +++ b/qemu-options.hx @@ -1239,6 +1239,8 @@ DEF("net", HAS_ARG, QEMU_OPTION_net, "-net socket[,vlan=n][,name=str][,fd=h][,mcast=maddr:port[,localaddr=addr]]\n" " connect the vlan 'n' to multicast maddr and port\n" " use 'localaddr=addr' to specify the host address to send packets from\n" + "-net socket[,vlan=n][,name=str][,fd=h][,udp=host:port][,localaddr=host:port]\n" + " connect the vlan 'n' to another VLAN using an UDP tunnel\n" #ifdef CONFIG_VDE "-net vde[,vlan=n][,name=str][,sock=socketpath][,port=n][,group=groupname][,mode=octalmode]\n" " connect the vlan 'n' to port 'n' of a vde switch running\n" |