[libvirt] [PATCH 0/2] Doc fix and news entry for Xen ACPI support

I was jetlagged and not thinking clearly when I pushed Marek's patches that add support for specifying ACPI firmware path in the libxl driver. I pushed them outside of my usual dev setup hence misssed Reviewed-by: tags and forgot to update the docs with s/5.8.0/5.9.0/. There's nothing I can do about the former, but the latter can be fixed with trivial patch 1. Patch 2 adds a news entry. Jim Fehlig (2): docs: Fix version that introduced Xen support for ACPI firmware news: Add entry for ACPI firmware support in Xen docs/formatdomain.html.in | 2 +- docs/news.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) -- 2.23.0

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@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

Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/news.xml b/docs/news.xml index c8d55e357b..79255de011 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -59,6 +59,15 @@ support should be available to pSeries guests. </description> </change> + <change> + <summary> + Xen: Support specifying ACPI firmware path + </summary> + <description> + The libxl driver now supports specifying an ACPI firmware path + using the <code>acpi</code> element. + </description> + </change> </section> <section title="Improvements"> </section> -- 2.23.0

On Thu, Oct 31, 2019 at 03:58:02PM +0000, Jim Fehlig wrote:
I was jetlagged and not thinking clearly when I pushed Marek's patches that add support for specifying ACPI firmware path in the libxl driver. I pushed them outside of my usual dev setup hence misssed Reviewed-by: tags and forgot to update the docs with s/5.8.0/5.9.0/. There's nothing I can do about the former, but the latter can be fixed with trivial patch 1. Patch 2 adds a news entry.
Jim Fehlig (2): docs: Fix version that introduced Xen support for ACPI firmware news: Add entry for ACPI firmware support in Xen
docs/formatdomain.html.in | 2 +- docs/news.xml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano
participants (2)
-
Jim Fehlig
-
Ján Tomko