Download raw body.
[5/5] sysutils/firmware/vmm: set CONFIG_FW_ROMFILE_LOAD=y
This is a series of commits to expose ACPI tables to vmd guests.
These were committed and tested individually.
They can be reviewed in their entirety here:
https://github.com/openbsd/src/compare/master...nomadium:src:add-support-for-acpi-in-vmd.patch
or here:
https://marc.info/?l=openbsd-tech&m=178101163252616&w=2
https://marc.info/?l=openbsd-tech&m=178101171052699&w=2
https://marc.info/?l=openbsd-tech&m=178101172552706&w=2
https://marc.info/?l=openbsd-tech&m=178101222053259&w=2
----
Index: Makefile
===================================================================
RCS file: /home/cvs/ports/sysutils/firmware/vmm/Makefile,v
diff -u -p -u -p -r1.36 Makefile
--- Makefile 28 Jan 2026 19:21:50 -0000 1.36
+++ Makefile 22 May 2026 13:34:09 -0000
@@ -5,7 +5,7 @@ FW_VER= 1.16.3
SB_VER= 20180715
DISTNAME= seabios-${FW_VER}
DIST_TUPLE= github qemu sgabios 72f39d48bedf044e202fd51fecf3e2218fc2ae66 sgabios
-REVISION= 1
+REVISION= 2
HOMEPAGE= https://www.seabios.org/
Index: files/config
===================================================================
RCS file: /home/cvs/ports/sysutils/firmware/vmm/files/config,v
diff -u -p -u -p -r1.8 config
--- files/config 16 May 2021 18:55:07 -0000 1.8
+++ files/config 1 Jun 2026 14:05:11 -0000
@@ -75,7 +75,7 @@ CONFIG_KBD_CALL_INT15_4F=y
# CONFIG_MPTABLE is not set
CONFIG_SMBIOS=y
# CONFIG_ACPI is not set
-# CONFIG_FW_ROMFILE_LOAD is not set
+CONFIG_FW_ROMFILE_LOAD=y
# CONFIG_ACPI_PARSE is not set
#
[5/5] sysutils/firmware/vmm: set CONFIG_FW_ROMFILE_LOAD=y