Date: Mon, 9 Sep 2024 13:16:03 GMT From: Andrew Turner <andrew@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ecde7bb28567 - main - arm64/vmm: Fix when VMM is built into the kernel Message-ID: <202409091316.489DG3Ef051389@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=ecde7bb2856722e493a3799e8498fe83b3b1ac2b commit ecde7bb2856722e493a3799e8498fe83b3b1ac2b Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2024-09-09 13:15:42 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2024-09-09 13:15:42 +0000 arm64/vmm: Fix when VMM is built into the kernel Sponsored by: Arm Ltd --- sys/conf/files.arm64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64 index 4cfe87f5a508..fc7c770683fe 100644 --- a/sys/conf/files.arm64 +++ b/sys/conf/files.arm64 @@ -117,7 +117,7 @@ dev/iommu/busdma_iommu.c optional iommu dev/iommu/iommu_gas.c optional iommu arm64/vmm/vmm.c optional vmm -arm64/vmm/vmm_dev.c optional vmm +arm64/vmm/vmm_dev_machdep.c optional vmm arm64/vmm/vmm_instruction_emul.c optional vmm arm64/vmm/vmm_arm64.c optional vmm arm64/vmm/vmm_reset.c optional vmm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409091316.489DG3Ef051389>