124124.\" ========================================================================
125125.\"
126126.IX Title " VIRT-INSTALL 1"
127- .TH VIRT-INSTALL 1 "2011-01-14 " "" "Virtual Machine Install Tools"
127+ .TH VIRT-INSTALL 1 "2011-03-24 " "" "Virtual Machine Install Tools"
128128.\" For nroff, turn off justification. Always turn off hyphenation; it makes
129129.\" way too many mistakes in technical documents.
130130.if n .ad l
@@ -466,6 +466,9 @@ Debian Lenny
466466.IP " debianetch" 4
467467.IX Item " debianetch"
468468Debian Etch
469+ .IP " fedora15" 4
470+ .IX Item " fedora15"
471+ Fedora 15
469472.IP " fedora14" 4
470473.IX Item " fedora14"
471474Fedora 14
@@ -532,6 +535,12 @@ Suse Linux Enterprise Server 11
532535.IP " sles10" 4
533536.IX Item " sles10"
534537Suse Linux Enterprise Server
538+ .IP " ubuntuoneiric" 4
539+ .IX Item " ubuntuoneiric"
540+ Ubuntu 11.10 (Oneiric Ocelot)
541+ .IP " ubuntunatty" 4
542+ .IX Item " ubuntunatty"
543+ Ubuntu 11.04 (Natty Narwhal)
535544.IP " ubuntumaverick" 4
536545.IX Item " ubuntumaverick"
537546Ubuntu 10.10 (Maverick Meerkat)
@@ -688,6 +697,9 @@ storage. Typically does not need to be set by the user.
688697.IX Item " driver_type"
689698Driver format/type the hypervisor should use when accessing the specified
690699storage. Typically does not need to be set by the user.
700+ .IP " \fB io \fR " 4
701+ .IX Item " io"
702+ Disk \s- 1 IO\s 0 backend. Can be either \*( L" threads\*( R" or \*( L" native\*( R" .
691703.RE
692704.RS 2
693705.Sp
@@ -816,6 +828,12 @@ Export the guest's console using the Spice protocol. Spice allows advanced
816828features like audio and \s- 1 USB\s 0 device streaming, as well as improved graphical
817829performance.
818830.Sp
831+ Using spice graphic type will work as if those arguments were given:
832+ .Sp
833+ .Vb 1
834+ \& \-\- video qxl \-\- channel spicevmc
835+ .Ve
836+ .Sp
819837none
820838.Sp
821839No graphical console will be allocated for the guest. Fully virtualized guests
@@ -940,9 +958,9 @@ A node device name via libvirt, as shown by 'virsh nodedev\-list'
940958.IP " \-\- soundhw \s- 1 MODEL\s 0 " 2
941959.IX Item " --soundhw MODEL"
942960Attach a virtual audio device to the guest. \s- 1 MODEL\s 0 specifies the emulated
943- sound card model. Possible values are ac97, es1370, sb16, pcspk, or default.
944- \& 'default' willl be \s- 1 AC97\s 0 if the hypervisor supports it, otherwise it will be
945- \& \s- 1 ES 1 370\s 0 .
961+ sound card model. Possible values are ich6, ac97, es1370, sb16, pcspk,
962+ or default. 'default' will be \s- 1 AC97\s 0 if the hypervisor supports it,
963+ otherwise it will be \s- 1 ES 1 370\s 0 .
946964.Sp
947965This deprecates the old boolean \-\- sound model (which still works the same
948966as a single '\-\- soundhw default')
@@ -1033,25 +1051,26 @@ Wait for telnet connection on localhost, port 2222. The user could then
10331051connect interactively to this console via 'telnet localhost 2222':
10341052.Sp
10351053\& \-\- serial tcp,host=:2222,mode=bind,protocol=telnet
1036- .IP " \fB \-\- serial udp,host=CONNECT_HOST:PORT,bind_port =BIND_HOST:BIND_PORT \fR " 4
1037- .IX Item " --serial udp,host=CONNECT_HOST:PORT,bind_port =BIND_HOST:BIND_PORT"
1054+ .IP " \fB \-\- serial udp,host=CONNECT_HOST:PORT,bind_host =BIND_HOST:BIND_PORT \fR " 4
1055+ .IX Item " --serial udp,host=CONNECT_HOST:PORT,bind_host =BIND_HOST:BIND_PORT"
10381056\& \s- 1 UDP\s 0 net console. \s- 1 HOST:PORT\s 0 is the destination to send output to (default
1039- \& \s- 1 HOST\s 0 is '127. 0 .0. 1 ', \s- 1 PORT\s 0 is required. \s- 1 BIND_HOST:PORT \s 0 is the optional local
1040- address to bind to (default \s- 1 BIND_HOST\s 0 is 127. 0 .0. 1 , but is only set if
1041- \& \s- 1 BIND_PORT\s 0 is specified.) Some examples:
1057+ \& \s- 1 HOST\s 0 is '127. 0 .0. 1 ', \s- 1 PORT\s 0 is required) . \s- 1 BIND_HOST:BIND_PORT \s 0 is the optional
1058+ local address to bind to (default \s- 1 BIND_HOST\s 0 is 127. 0 .0. 1 , but is only set if
1059+ \& \s- 1 BIND_PORT\s 0 is specified). Some examples:
10421060.Sp
10431061Send output to default syslog port (may need to edit /etc/rsyslog.conf
10441062accordingly):
10451063.Sp
10461064\& \-\- serial udp,host=:514
10471065.Sp
10481066Send output to remote host 192.168.10.20, port 4444 (this output can be
1049- read on the remote host using 'nc \- u \- l 4444':
1067+ read on the remote host using 'nc \- u \- l 4444') :
10501068.Sp
10511069\& \-\- serial udp,host=192.168.10.20:4444
10521070.IP " \fB \-\- serial unix,path=UNIXPATH,mode=MODE \fR " 4
10531071.IX Item " --serial unix,path=UNIXPATH,mode=MODE"
1054- Unix socket (see \fI unix \fR \| (7). \s- 1 MODE\s 0 has similar behavior and defaults as 'tcp'.
1072+ Unix socket, see \fI unix \fR \| (7). \s- 1 MODE\s 0 has similar behavior and defaults as
1073+ \& \-\- serial tcp,mode=MODE
10551074.RE
10561075.RS 2
10571076.RE
@@ -1076,6 +1095,12 @@ guest as /dev/vport0p1, /dev/vport0p2, etc. \s-1NAME\s0 is optional metadata, an
10761095can be any string, such as org.linux\- kvm.virtioport1.
10771096If specified, this will be exposed in the guest at
10781097/sys/class/virtio\- ports/vport0p1/NAME
1098+ .IP " \fB \-\- channel spicevmc,target_type=virtio[,name=NAME] \fR " 4
1099+ .IX Item " --channel spicevmc,target_type=virtio[,name=NAME]"
1100+ Communication channel for \s- 1 QEMU\s 0 spice agent, using virtio serial
1101+ (requires 2.6.34 or later host and guest). \s- 1 NAME\s 0 is optional metadata,
1102+ and can be any string, such as the default com.redhat.spice.0 that
1103+ specifies how the guest will see the channel.
10791104.RE
10801105.RS 2
10811106.RE
0 commit comments