From 5768726093a86028b517975afc6762bf57edbf4a Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Mon, 4 May 2020 15:52:34 -0600 Subject: [PATCH] docs: Xen improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Daniel P. Berrangé --- docs/aclpolkit.html.in | 4 ++-- docs/formatdomain.html.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/aclpolkit.html.in b/docs/aclpolkit.html.in index 04cb39006a..3e5d30a5dd 100644 --- a/docs/aclpolkit.html.in +++ b/docs/aclpolkit.html.in @@ -342,8 +342,8 @@ interface - libxl - xenlight + xen + Xen lxc diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 91d6f6c0d3..23eb029234 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -2533,8 +2533,8 @@ The name 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 - since 3.2.0), "hypervclock" (qemu - since 1.2.2) or "armvtimer" (qemu - since 6.1.0). @@ -7518,7 +7518,7 @@ qemu-kvm -net nic,model=? /dev/null

You can provide the amount of video memory in kibibytes (blocks of 1024 bytes) using vram. 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.

-- GitLab