[libvirt] [PATCH 1/2] docs: Fix version that introduced Xen support for ACPI firmware

Jim Fehlig jfehlig at suse.com
Thu Oct 31 15:58:03 UTC 2019


Xen support for specifying ACPI firmware path was introduced in the
5.9.0 dev cycle, not 5.8.0 as currently indicated by the docs.

Signed-off-by: Jim Fehlig <jfehlig at suse.com>
---
 docs/formatdomain.html.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 962766b792..7619c88514 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -364,7 +364,7 @@
         to the ACPI table. The <code>type</code> attribute contains the
         ACPI table type (currently only <code>slic</code> is supported)
         <span class="since">Since 1.3.5 (QEMU)</span>
-        <span class="since">Since 5.8.0 (Xen)</span></dd>
+        <span class="since">Since 5.9.0 (Xen)</span></dd>
     </dl>
 
     <h4><a id="elementsOSContainer">Container boot</a></h4>
-- 
2.23.0





More information about the libvir-list mailing list