Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Sep 2024 15:28:47 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 34d9de9658af - main - RELNOTES: Document recent bhyve commits which have user-visible impact
Message-ID:  <202409091528.489FSlPe073793@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=34d9de9658afd433c31bc7c0967b7df771ff59cf

commit 34d9de9658afd433c31bc7c0967b7df771ff59cf
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2024-09-09 15:19:28 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-09-09 15:28:30 +0000

    RELNOTES: Document recent bhyve commits which have user-visible impact
---
 RELNOTES | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 0f95a95e2c65..a4889546c233 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,21 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+e962b37bf0ff:
+	When running bhyve(8) guests with a boot ROM, i.e., bhyveload(8) is not
+	used, bhyve now assumes that the boot ROM will enable PCI BAR decoding.
+	This is incompatible with some boot ROMs, particularly outdated builds
+	of edk2-bhyve.  To restore the old behavior, add
+	"pci.enable_bars='true'" to your bhyve configuration.
+
+	Note in particular that the uefi-edk2-bhyve package has been renamed
+	to edk2-bhyve.
+
+43caa2e805c2:
+	amd64 bhyve(8)'s "lpc.bootrom" and "lpc.bootvars" options are
+	deprecated.  Use the top-level "bootrom" and "bootvars" options
+	instead.
+
 822ca3276345:
 	byacc was updated to 20240109.
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409091528.489FSlPe073793>