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

Commit 727de21

Browse files
committed
Prep for release
1 parent 5a894c0 commit 727de21

20 files changed

Lines changed: 10001 additions & 7306 deletions

ChangeLog

Lines changed: 1032 additions & 1 deletion
Large diffs are not rendered by default.

NEWS

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

4+
Release 0.500.5 (Jan 14, 2011)
5+
----------------------------------
6+
- New virt-install --cpu option for configuring CPU model/features
7+
- virt-install --vcpus option can not specify topology and maxvcpus
8+
- New virt-install --graphics option to unify --vnc, --sdl, spice config
9+
- New virt-install --print-xml option to skip install and print XML
10+
411
Release 0.500.4 (August 24, 2010)
512
---------------------------------
613
- New virt-install --console option for specifying virtio console device

man/en/virt-clone.1

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.\" Automatically generated by Pod::Man 2.22 (Pod::Simple 3.07)
1+
.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
22
.\"
33
.\" Standard preamble:
44
.\" ========================================================================
@@ -124,7 +124,7 @@
124124
.\" ========================================================================
125125
.\"
126126
.IX Title "VIRT-CLONE 1"
127-
.TH VIRT-CLONE 1 "2010-03-03" "" "Virtual Machine Install Tools"
127+
.TH VIRT-CLONE 1 "2010-12-17" "" "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
@@ -229,6 +229,9 @@ are applied sequentially to the networks as they are listed in the original
229229
guest \s-1XML\s0.
230230
.SS "Miscellaneous Options"
231231
.IX Subsection "Miscellaneous Options"
232+
.IP "\-\-print\-xml" 2
233+
.IX Item "--print-xml"
234+
Print the generated clone \s-1XML\s0 and exit without cloning.
232235
.IP "\-d, \-\-debug" 2
233236
.IX Item "-d, --debug"
234237
Print debugging information to the terminal when running the install process.

man/en/virt-image.1

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,7 @@
1-
.\" Automatically generated by Pod::Man 2.16 (Pod::Simple 3.07)
1+
.\" Automatically generated by Pod::Man 2.23 (Pod::Simple 3.14)
22
.\"
33
.\" Standard preamble:
44
.\" ========================================================================
5-
.de Sh \" Subsection heading
6-
.br
7-
.if t .Sp
8-
.ne 5
9-
.PP
10-
\fB\\$1\fR
11-
.PP
12-
..
135
.de Sp \" Vertical space (when we can't use .PP)
146
.if t .sp .5v
157
.if n .sp
@@ -53,7 +45,7 @@
5345
.el .ds Aq '
5446
.\"
5547
.\" If the F register is turned on, we'll generate index entries on stderr for
56-
.\" titles (.TH), headers (.SH), subsections (.Sh), items (.Ip), and index
48+
.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
5749
.\" entries marked with X<> in POD. Of course, you'll have to process the
5850
.\" output yourself in some meaningful fashion.
5951
.ie \nF \{\
@@ -132,7 +124,7 @@
132124
.\" ========================================================================
133125
.\"
134126
.IX Title "VIRT-IMAGE 1"
135-
.TH VIRT-IMAGE 1 "2009-12-10" "" "Virtual Machine Install Tools"
127+
.TH VIRT-IMAGE 1 "2010-12-15" "" "Virtual Machine Install Tools"
136128
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
137129
.\" way too many mistakes in technical documents.
138130
.if n .ad l
@@ -166,7 +158,7 @@ Show the help message and exit
166158
.IP "\-\-connect=CONNECT" 4
167159
.IX Item "--connect=CONNECT"
168160
Connect to a non-default hypervisor. See \fIvirt\-install\fR\|(1) for details
169-
.Sh "General Options"
161+
.SS "General Options"
170162
.IX Subsection "General Options"
171163
General configuration parameters that apply to all types of guest installs.
172164
.IP "\-n \s-1NAME\s0, \-\-name=NAME" 2
@@ -183,7 +175,16 @@ you specify \s-1UUID\s0, you should use a 32\-digit hexadecimal number.
183175
.IP "\-\-vcpus=VCPUS" 2
184176
.IX Item "--vcpus=VCPUS"
185177
Number of vcpus to configure for your guest. Defaults to
186-
\&\f(CW\*(C`/image/devices/vcpu\*(C'\fR in the \s-1XML\s0 descriptor.
178+
\&\f(CW\*(C`/image/devices/vcpu\*(C'\fR in the \s-1XML\s0 descriptor. This option can also be
179+
used to set \s-1CPU\s0 topology, please see \fIvirt\-install\fR\|(1) for more info.
180+
.IP "\-\-cpuset" 2
181+
.IX Item "--cpuset"
182+
Set which physical cpus the guest can use. Please see \fIvirt\-install\fR\|(1) for
183+
more info.
184+
.IP "\-\-cpu" 2
185+
.IX Item "--cpu"
186+
Configure the \s-1CPU\s0 and \s-1CPU\s0 features exposed to the guest. Please see
187+
\&\fIvirt\-install\fR\|(1) for more info.
187188
.IP "\-\-check\-cpu" 2
188189
.IX Item "--check-cpu"
189190
Check that vcpus do not exceed physical CPUs and warn if they do.
@@ -199,7 +200,7 @@ Further optimize the guest configuration for a specific operating system
199200
variant (ex. 'fedora8', 'winxp'). This parameter is optional, and does not
200201
require an \f(CW\*(C`\-\-os\-type\*(C'\fR to be specified. See \fIvirt\-install\fR\|(1) for valid
201202
values.
202-
.Sh "Full Virtualization specific options"
203+
.SS "Full Virtualization specific options"
203204
.IX Subsection "Full Virtualization specific options"
204205
Parameters specific only to fully virtualized guest installs.
205206
.IP "\-\-noapic" 2
@@ -208,7 +209,7 @@ Disables \s-1APIC\s0 for fully virtualized guest (overrides value in \s-1XML\s0
208209
.IP "\-\-noacpi" 2
209210
.IX Item "--noacpi"
210211
Disables \s-1ACPI\s0 for fully virtualized guest (overrides value in \s-1XML\s0 descriptor)
211-
.Sh "Networking Configuration"
212+
.SS "Networking Configuration"
212213
.IX Subsection "Networking Configuration"
213214
.IP "\-m \s-1MAC\s0, \-\-mac=MAC" 2
214215
.IX Item "-m MAC, --mac=MAC"
@@ -219,7 +220,7 @@ This is deprecated in favor of \f(CW\*(C`\-\-network bridge=BRIDGE\*(C'\fR
219220
.IP "\-w \s-1NETWORK\s0, \-\-network=NETWORK" 2
220221
.IX Item "-w NETWORK, --network=NETWORK"
221222
Connect the guest to the host network. See \fIvirt\-install\fR\|(1) for details
222-
.Sh "Graphics Configuration"
223+
.SS "Graphics Configuration"
223224
.IX Subsection "Graphics Configuration"
224225
If no graphics option is specified, \f(CW\*(C`virt\-install\*(C'\fR will default to \-\-vnc
225226
if the \s-1DISPLAY\s0 environment variable is set, otherwise \-\-nographics is used.
@@ -246,7 +247,7 @@ host to render the output. See \fIvirt\-install\fR\|(1) for details
246247
.IX Item "--nographics"
247248
Do not attach a graphical device to the guest. See
248249
\&\fIvirt\-install\fR\|(1) for details
249-
.Sh "Miscellaneous Options"
250+
.SS "Miscellaneous Options"
250251
.IX Subsection "Miscellaneous Options"
251252
.IP "\-p, \-\-print" 2
252253
.IX Item "-p, --print"

man/en/virt-install.1

Lines changed: 7 additions & 3 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 "2010-12-14" "" "Virtual Machine Install Tools"
127+
.TH VIRT-INSTALL 1 "2011-01-14" "" "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
@@ -248,8 +248,12 @@ Some examples:
248248
.RS 2
249249
.IP "\fB\-\-cpu core2duo,+x2apic,disable=vmx\fR" 2
250250
.IX Item "--cpu core2duo,+x2apic,disable=vmx"
251-
Expose the core2duo \s-1CPU\s0 mode, force enable x2apic, but do not expose
252-
vmx
251+
Expose the core2duo \s-1CPU\s0 model, force enable x2apic, but do not expose vmx
252+
.IP "\fB\-\-cpu host\fR" 2
253+
.IX Item "--cpu host"
254+
Expose the host CPUs configuration to the guest. This enables the guest to
255+
take advantage of many of the host CPUs features (better performance), but
256+
may cause issues if migrating the guest to a host without an identical \s-1CPU\s0.
253257
.RE
254258
.RS 2
255259
.RE

0 commit comments

Comments
 (0)