Revision 609c1dac qemu-options.hx

b/qemu-options.hx
852 852
@findex -smbios
853 853
Specify SMBIOS type 0 fields
854 854

  
855
@item -smbios type=1[,manufacturer=@var{str}][,product=@var{str}][,version=@var{str}][,serial=@var{str}][,uuid=@var{uuid}][,sku=@var{str}][,family=@var{str}]
855
@item -smbios type=1[,manufacturer=@var{str}][,product=@var{str}] [,version=@var{str}][,serial=@var{str}][,uuid=@var{uuid}][,sku=@var{str}] [,family=@var{str}]
856 856
Specify SMBIOS type 1 fields
857 857
ETEXI
858 858

  
......
932 932
#endif
933 933
    "socket],id=str[,option][,option][,...]\n")
934 934
STEXI
935
@item -net nic[,vlan=@var{n}][,macaddr=@var{mac}][,model=@var{type}][,name=@var{name}][,addr=@var{addr}][,vectors=@var{v}]
935
@item -net nic[,vlan=@var{n}][,macaddr=@var{mac}][,model=@var{type}] [,name=@var{name}][,addr=@var{addr}][,vectors=@var{v}]
936 936
@findex -net
937 937
Create a new Network Interface Card and connect it to VLAN @var{n} (@var{n}
938 938
= 0 is the default). The NIC is an e1000 by default on the PC
......
1063 1063
syntax gives undefined results. Their use for new applications is discouraged
1064 1064
as they will be removed from future versions.
1065 1065

  
1066
@item -net tap[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}][,ifname=@var{name}][,script=@var{file}][,downscript=@var{dfile}]
1066
@item -net tap[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}][,ifname=@var{name}] [,script=@var{file}][,downscript=@var{dfile}]
1067 1067
Connect the host TAP network interface @var{name} to VLAN @var{n}, use
1068 1068
the network script @var{file} to configure it and the network script
1069 1069
@var{dfile} to deconfigure it. If @var{name} is not provided, the OS
......
1083 1083
               -net nic,vlan=1 -net tap,vlan=1,ifname=tap1
1084 1084
@end example
1085 1085

  
1086
@item -net socket[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}][,listen=[@var{host}]:@var{port}][,connect=@var{host}:@var{port}]
1086
@item -net socket[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}] [,listen=[@var{host}]:@var{port}][,connect=@var{host}:@var{port}]
1087 1087

  
1088 1088
Connect the VLAN @var{n} to a remote VLAN in another QEMU virtual
1089 1089
machine using a TCP socket connection. If @option{listen} is
......
1103 1103
               -net socket,connect=127.0.0.1:1234
1104 1104
@end example
1105 1105

  
1106
@item -net socket[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}][,mcast=@var{maddr}:@var{port}]
1106
@item -net socket[,vlan=@var{n}][,name=@var{name}][,fd=@var{h}] [,mcast=@var{maddr}:@var{port}]
1107 1107

  
1108 1108
Create a VLAN @var{n} shared with another QEMU virtual
1109 1109
machines using a UDP multicast socket, effectively making a bus for
......
1143 1143
/path/to/linux ubd0=/path/to/root_fs eth0=mcast
1144 1144
@end example
1145 1145

  
1146
@item -net vde[,vlan=@var{n}][,name=@var{name}][,sock=@var{socketpath}][,port=@var{n}][,group=@var{groupname}][,mode=@var{octalmode}]
1146
@item -net vde[,vlan=@var{n}][,name=@var{name}][,sock=@var{socketpath}] [,port=@var{n}][,group=@var{groupname}][,mode=@var{octalmode}]
1147 1147
Connect VLAN @var{n} to PORT @var{n} of a vde switch running on host and
1148 1148
listening for incoming connections on @var{socketpath}. Use GROUP @var{groupname}
1149 1149
and MODE @var{octalmode} to change default ownership and permissions for

Also available in: Unified diff