Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 985075f

Browse files
committed
Prep for release
1 parent f4aad1a commit 985075f

File tree

17 files changed

+633
-577
lines changed

17 files changed

+633
-577
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Virtinst News
22
=================
33

4+
Release 0.500.6 (March 24, 2011)
5+
--------------------------------
6+
- virt-install: --graphics spice now enables spicevmc and qxl
7+
- virt-install: New --disk parameter io=native|threads
8+
49
Release 0.500.5 (Jan 14, 2011)
510
----------------------------------
611
- New virt-install --cpu option for configuring CPU model/features

man/en/virt-install.1

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
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"
468468
Debian Etch
469+
.IP "fedora15" 4
470+
.IX Item "fedora15"
471+
Fedora 15
469472
.IP "fedora14" 4
470473
.IX Item "fedora14"
471474
Fedora 14
@@ -532,6 +535,12 @@ Suse Linux Enterprise Server 11
532535
.IP "sles10" 4
533536
.IX Item "sles10"
534537
Suse 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"
537546
Ubuntu 10.10 (Maverick Meerkat)
@@ -688,6 +697,9 @@ storage. Typically does not need to be set by the user.
688697
.IX Item "driver_type"
689698
Driver format/type the hypervisor should use when accessing the specified
690699
storage. Typically does not need to be set by the user.
700+
.IP "\fBio\fR" 4
701+
.IX Item "io"
702+
Disk \s-1IO\s0 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
816828
features like audio and \s-1USB\s0 device streaming, as well as improved graphical
817829
performance.
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
819837
none
820838
.Sp
821839
No 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-1MODEL\s0" 2
941959
.IX Item "--soundhw MODEL"
942960
Attach a virtual audio device to the guest. \s-1MODEL\s0 specifies the emulated
943-
sound card model. Possible values are ac97, es1370, sb16, pcspk, or default.
944-
\&'default' willl be \s-1AC97\s0 if the hypervisor supports it, otherwise it will be
945-
\&\s-1ES1370\s0.
961+
sound card model. Possible values are ich6, ac97, es1370, sb16, pcspk,
962+
or default. 'default' will be \s-1AC97\s0 if the hypervisor supports it,
963+
otherwise it will be \s-1ES1370\s0.
946964
.Sp
947965
This deprecates the old boolean \-\-sound model (which still works the same
948966
as a single '\-\-soundhw default')
@@ -1033,25 +1051,26 @@ Wait for telnet connection on localhost, port 2222. The user could then
10331051
connect 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-1UDP\s0 net console. \s-1HOST:PORT\s0 is the destination to send output to (default
1039-
\&\s-1HOST\s0 is '127.0.0.1', \s-1PORT\s0 is required. \s-1BIND_HOST:PORT\s0 is the optional local
1040-
address to bind to (default \s-1BIND_HOST\s0 is 127.0.0.1, but is only set if
1041-
\&\s-1BIND_PORT\s0 is specified.) Some examples:
1057+
\&\s-1HOST\s0 is '127.0.0.1', \s-1PORT\s0 is required). \s-1BIND_HOST:BIND_PORT\s0 is the optional
1058+
local address to bind to (default \s-1BIND_HOST\s0 is 127.0.0.1, but is only set if
1059+
\&\s-1BIND_PORT\s0 is specified). Some examples:
10421060
.Sp
10431061
Send output to default syslog port (may need to edit /etc/rsyslog.conf
10441062
accordingly):
10451063
.Sp
10461064
\&\-\-serial udp,host=:514
10471065
.Sp
10481066
Send 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 \fIunix\fR\|(7). \s-1MODE\s0 has similar behavior and defaults as 'tcp'.
1072+
Unix socket, see \fIunix\fR\|(7). \s-1MODE\s0 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
10761095
can be any string, such as org.linux\-kvm.virtioport1.
10771096
If 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-1QEMU\s0 spice agent, using virtio serial
1101+
(requires 2.6.34 or later host and guest). \s-1NAME\s0 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

Comments
 (0)