mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
docs: Xen improvements
In formatdomain, using 'libxl' and 'xen' is redundant since they now both refer to the same driver. 'xen' predates 'libxl' and unambiguously identifies the Xen hypervisor, so drop the use of 'libxl'. In aclpolkit, the connection URI was erroneously identified as 'libxl' and the name 'xenlight'. Change the URI to 'xen' and driver name to 'Xen'. Signed-off-by: Jim Fehlig <jfehlig@suse.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
836ea91d4e
commit
5768726093
@ -342,8 +342,8 @@
|
|||||||
<td>interface</td>
|
<td>interface</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>libxl</td>
|
<td>xen</td>
|
||||||
<td>xenlight</td>
|
<td>Xen</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>lxc</td>
|
<td>lxc</td>
|
||||||
|
@ -2533,8 +2533,8 @@
|
|||||||
The <code>name</code> attribute selects which timer is
|
The <code>name</code> attribute selects which timer is
|
||||||
being modified, and can be one of
|
being modified, and can be one of
|
||||||
"platform" (currently unsupported),
|
"platform" (currently unsupported),
|
||||||
"hpet" (libxl, xen, qemu, lxc), "kvmclock" (qemu),
|
"hpet" (xen, qemu, lxc), "kvmclock" (qemu),
|
||||||
"pit" (qemu), "rtc" (qemu, lxc), "tsc" (libxl, qemu -
|
"pit" (qemu), "rtc" (qemu, lxc), "tsc" (xen, qemu -
|
||||||
<span class="since">since 3.2.0</span>), "hypervclock"
|
<span class="since">since 3.2.0</span>), "hypervclock"
|
||||||
(qemu - <span class="since">since 1.2.2</span>) or
|
(qemu - <span class="since">since 1.2.2</span>) or
|
||||||
"armvtimer" (qemu - <span class="since">since 6.1.0</span>).
|
"armvtimer" (qemu - <span class="since">since 6.1.0</span>).
|
||||||
@ -7518,7 +7518,7 @@ qemu-kvm -net nic,model=? /dev/null
|
|||||||
<p>
|
<p>
|
||||||
You can provide the amount of video memory in kibibytes (blocks of
|
You can provide the amount of video memory in kibibytes (blocks of
|
||||||
1024 bytes) using <code>vram</code>. This is supported only for guest
|
1024 bytes) using <code>vram</code>. This is supported only for guest
|
||||||
type of "libxl", "vz", "qemu", "vbox", "vmx" and "xen". If no
|
type of "vz", "qemu", "vbox", "vmx" and "xen". If no
|
||||||
value is provided the default is used. If the size is not a power of
|
value is provided the default is used. If the size is not a power of
|
||||||
two it will be rounded to closest one.
|
two it will be rounded to closest one.
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user