From 34d9de9658afd433c31bc7c0967b7df771ff59cf Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Mon, 9 Sep 2024 15:19:28 +0000 Subject: [PATCH] RELNOTES: Document recent bhyve commits which have user-visible impact --- RELNOTES | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RELNOTES b/RELNOTES index 0f95a95e2c6..a4889546c23 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.