[PATCH] NEWS: Mention support for custom UEFI firmwar paths in Xen

Jim Fehlig posted 1 patch 1 year, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230313203910.19210-1-jfehlig@suse.com
NEWS.rst | 5 +++++
1 file changed, 5 insertions(+)
[PATCH] NEWS: Mention support for custom UEFI firmwar paths in Xen
Posted by Jim Fehlig 1 year, 1 month ago
Signed-off-by: Jim Fehlig <jfehlig@suse.com>
---
 NEWS.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS.rst b/NEWS.rst
index 490886beb4..0bff782368 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -35,6 +35,11 @@ v9.2.0 (unreleased)
     when the domain is defined, and its results are stored in the domain XML
     to be reused, unchanged, for all subsequent boots.
 
+  * xen: Support custom UEFI firmware paths
+
+    The Xen libxl driver now supports specifying a custom UEFI firmware path.
+    Previously the Xen default was used in all cases.
+
 * **Bug fixes**
 
   * qemu: Fix validation of the HPET timer
-- 
2.39.2
Re: [PATCH] NEWS: Mention support for custom UEFI firmwar paths in Xen
Posted by Michal Prívozník 1 year, 1 month ago
On 3/13/23 21:39, Jim Fehlig wrote:
> Signed-off-by: Jim Fehlig <jfehlig@suse.com>
> ---
>  NEWS.rst | 5 +++++
>  1 file changed, 5 insertions(+)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal