
On 5/20/25 19:07, Roman Bogorodskiy wrote:
Signed-off-by: Roman Bogorodskiy <bogorodskiy@gmail.com> --- NEWS.rst | 8 ++++++++ 1 file changed, 8 insertions(+)
diff --git a/NEWS.rst b/NEWS.rst index e924c08fbf..102e49373a 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -23,6 +23,14 @@ v11.4.0 (unreleased)
That option suppresses registration of pkttyagent with polkitd.
+ * bhyve: support NVRAM configuration for UEFI firmwares + + The bhyve driver now supports specifying NVRAM store file, such as ::
Drop this space after 'as' so that in the rendered news.html this reads: ...NVRAM store file, such as:
+ + <os firmware='efi'> + <nvram/> + </os> + * **Bug fixes**
* qemu: Fix failure when reverting to internal snapshots
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Michal