diff options
author | Mark Johnston <markj@FreeBSD.org> | 2024-09-09 15:19:28 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2024-09-09 15:28:30 +0000 |
commit | 34d9de9658afd433c31bc7c0967b7df771ff59cf (patch) | |
tree | cfd81a19fe9d3c6a0b49b25cdd80f64fca868968 | |
parent | c6b41ba65021eff2b1db9157f813666a3e0543a1 (diff) |
RELNOTES: Document recent bhyve commits which have user-visible impact
-rw-r--r-- | RELNOTES | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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. |