From 0e0e7facc775e9bb020314f48751b3d09f316c8b Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 11 Jan 2012 09:20:54 +0900 Subject: Support for UDP unicast network backend Signed-off-by: Benjamin MARSILI Signed-off-by: Anthony Liguori --- qemu-options.hx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qemu-options.hx') diff --git a/qemu-options.hx b/qemu-options.hx index 7903e5c..6295cde 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" -- cgit v1.1