git: 5afb49180c2a - main - riscv/vmm: allow vmm to be built in kernel
Mark Johnston <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src,gmane.os.freebsd.current.scm |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=5afb49180c2a5de83c106f7c07e5548622e3abad commit 5afb49180c2a5de83c106f7c07e5548622e3abad Author: Nimish Jain <[email protected]> AuthorDate: 2026-08-07 13:11:15 +0000 Commit: Mark Johnston <[email protected]> CommitDate: 2026-08-07 13:12:45 +0000 riscv/vmm: allow vmm to be built in kernel Fixes: ed85203fb7a0 ("vmm: Deduplicate VM and vCPU state management code") Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D58697 --- sys/conf/files.riscv | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/conf/files.riscv b/sys/conf/files.riscv index 6208b00c469b..c5e6e5256112 100644 --- a/sys/conf/files.riscv +++ b/sys/conf/files.riscv @@ -22,6 +22,7 @@ dev/usb/controller/generic_xhci_fdt.c optional xhci fdt dev/vmm/vmm_dev.c optional vmm dev/vmm/vmm_mem.c optional vmm dev/vmm/vmm_stat.c optional vmm +dev/vmm/vmm_vm.c optional vmm dev/xilinx/axi_quad_spi.c optional xilinx_spi dev/xilinx/axidma.c optional axidma dev/xilinx/axidma_if.m optional axidma