]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Xen improvements
authorJim Fehlig <jfehlig@suse.com>
Mon, 4 May 2020 21:52:34 +0000 (15:52 -0600)
committerJim Fehlig <jfehlig@suse.com>
Tue, 5 May 2020 20:53:37 +0000 (14:53 -0600)
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>
docs/aclpolkit.html.in
docs/formatdomain.html.in

index 04cb39006aa055dba8f6cf03e126958b62bd9e40..3e5d30a5dd26b7f03c84a86d75131ffe9f0f445d 100644 (file)
           <td>interface</td>
         </tr>
         <tr>
-          <td>libxl</td>
-          <td>xenlight</td>
+          <td>xen</td>
+          <td>Xen</td>
         </tr>
         <tr>
           <td>lxc</td>
index 91d6f6c0d39bc5cb7a0b7d5349882b47d373135b..23eb029234d57ac6b717f3aaba32aff651687804 100644 (file)
             The <code>name</code> attribute selects which timer is
             being modified, and can be one of
             "platform" (currently unsupported),
-            "hpet" (libxl, xen, qemu, lxc), "kvmclock" (qemu),
-            "pit" (qemu), "rtc" (qemu, lxc), "tsc" (libxl, qemu -
+            "hpet" (xen, qemu, lxc), "kvmclock" (qemu),
+            "pit" (qemu), "rtc" (qemu, lxc), "tsc" (xen, qemu -
             <span class="since">since 3.2.0</span>), "hypervclock"
             (qemu - <span class="since">since 1.2.2</span>) or
             "armvtimer" (qemu - <span class="since">since 6.1.0</span>).
@@ -7518,7 +7518,7 @@ qemu-kvm -net nic,model=? /dev/null
         <p>
           You can provide the amount of video memory in kibibytes (blocks of
           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
           two it will be rounded to closest one.
         </p>