mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs, comments: minor typo fixes
Signed-off-by: Oskari Saarenmaa <os@ohmu.fi> Signed-off-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
committed by
Eric Blake
parent
f92c7e31fc
commit
c9e1c6a93e
@@ -254,7 +254,7 @@
|
||||
to the (optional) ramdisk image in the host OS.</dd>
|
||||
<dt><code>cmdline</code></dt>
|
||||
<dd>The contents of this element specify arguments to be passed to
|
||||
the kernel (or installer) at boottime. This is often used to
|
||||
the kernel (or installer) at boot time. This is often used to
|
||||
specify an alternate primary console (eg serial port), or the
|
||||
installation media source / kickstart file</dd>
|
||||
<dt><code>dtb</code></dt>
|
||||
@@ -426,7 +426,7 @@
|
||||
process and virtual CPUs can be specified separately by
|
||||
<code>cputune</code>. If attribute <code>emulatorpin</code>
|
||||
of <code>cputune</code> is specified, <code>cpuset</code>
|
||||
specified by <code>vcpu</code> here will be ingored; Similarly,
|
||||
specified by <code>vcpu</code> here will be ignored; Similarly,
|
||||
For virtual CPUs which has <code>vcpupin</code> specified,
|
||||
<code>cpuset</code> specified by <code>cpuset</code> here
|
||||
will be ignored; For virtual CPUs which doesn't have
|
||||
@@ -1235,7 +1235,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>relaxed</td>
|
||||
<td>Relax contstraints on timers</td>
|
||||
<td>Relax constraints on timers</td>
|
||||
<td> on, off</td>
|
||||
<td><span class="since">1.0.0 (QEMU only)</span></td>
|
||||
</tr>
|
||||
@@ -1358,7 +1358,7 @@
|
||||
<dd>
|
||||
<p>
|
||||
The <code>tickpolicy</code> attribute determines what
|
||||
happens whens QEMU misses a deadline for injecting a
|
||||
happens when QEMU misses a deadline for injecting a
|
||||
tick to the guest:
|
||||
</p>
|
||||
<dl>
|
||||
@@ -2268,7 +2268,7 @@
|
||||
|
||||
<dt><code>readonly</code></dt>
|
||||
<dd>
|
||||
Enables exporting filesytem as a readonly mount for guest, by
|
||||
Enables exporting filesystem as a readonly mount for guest, by
|
||||
default read-write access is given (currently only works for
|
||||
QEMU/KVM driver).
|
||||
</dd>
|
||||
@@ -2385,7 +2385,7 @@
|
||||
<h4><a name="elementsControllers">Controllers</a></h4>
|
||||
|
||||
<p>
|
||||
Depending on the guest architecture, some device busses can
|
||||
Depending on the guest architecture, some device buses can
|
||||
appear more than once, with a group of virtual devices tied to a
|
||||
virtual controller. Normally, libvirt can automatically infer such
|
||||
controllers without requiring explicit XML markup, but sometimes
|
||||
@@ -3773,7 +3773,7 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
<span class="since">Since 1.1.0.</span> This uses the optional
|
||||
<code>nativeMode</code> attribute on the <code><tag></code>
|
||||
element: <code>nativeMode</code> may be set to 'tagged' or
|
||||
'untagged'. The id atribute of the element sets the native vlan.
|
||||
'untagged'. The id attribute of the element sets the native vlan.
|
||||
</p>
|
||||
|
||||
<h5><a name="elementLink">Modifying virtual link state</a></h5>
|
||||
@@ -4134,7 +4134,7 @@ qemu-kvm -net nic,model=? /dev/null
|
||||
"9216", and <code>heads</code> with value "1". By default, the first
|
||||
video device in domain xml is the primary one, but the optional
|
||||
attribute <code>primary</code> (<span class="since">since 1.0.2</span>)
|
||||
with value 'yes' can be used to mark the primary in cases of mutiple
|
||||
with value 'yes' can be used to mark the primary in cases of multiple
|
||||
video device. The non-primary must be type of "qxl". The optional
|
||||
attribute <code>ram</code> (<span class="since">since
|
||||
1.0.2</span>) is allowed for "qxl" type only and specifies
|
||||
|
||||
@@ -478,7 +478,7 @@
|
||||
<span class="since">Since 1.1.0</span>. This uses the optional
|
||||
<code>nativeMode</code> attribute on the <code><tag></code>
|
||||
element: <code>nativeMode</code> may be set to 'tagged' or
|
||||
'untagged'. The id atribute of the element sets the native vlan.
|
||||
'untagged'. The id attribute of the element sets the native vlan.
|
||||
</p>
|
||||
<p>
|
||||
<code><vlan></code> elements can also be specified in
|
||||
@@ -591,7 +591,7 @@
|
||||
This particular route would *not* be preferred if there was
|
||||
another existing rout on the system with the same address and
|
||||
prefix but with a lower value for the metric. If there is a
|
||||
route in the host system configuration that should be overriden
|
||||
route in the host system configuration that should be overridden
|
||||
by a route in a virtual network whenever the virtual network is
|
||||
running, the configuration for the system-defined route should
|
||||
be modified to have a higher metric, and the route on the
|
||||
|
||||
@@ -13327,7 +13327,7 @@ and check the <a href="http://libvirt.org/git/?p=libvirt.git;a=log">GIT log</a>
|
||||
<h3>0.1.5: Sep 5 2006</h3>
|
||||
<ul>
|
||||
<li>Support for new hypercalls change in Xen changeset 86d26e6ec89b</li>
|
||||
<li>bug fixes: virParseUUID() was wrong, netwoking for paravirt guestsi
|
||||
<li>bug fixes: virParseUUID() was wrong, networking for paravirt guests
|
||||
(Daniel Berrange), virsh on non-existent domains (Daniel Berrange),
|
||||
string cast bug when handling error in python (Pete Vetere), HTTP
|
||||
500 xend error code handling (Pete Vetere and Daniel Berrange)</li>
|
||||
|
||||
Reference in New Issue
Block a user