Date: Fri, 28 Oct 2022 21:19:02 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: fe36346a8904 - main - Disable Hyper-V on arm64 Message-ID: <202210282119.29SLJ2Ir037220@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=fe36346a8904683af64dc5231e106a951d386ca5 commit fe36346a8904683af64dc5231e106a951d386ca5 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2022-10-28 21:15:18 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2022-10-28 21:17:00 +0000 Disable Hyper-V on arm64 It unconditionally calls into the Hyper-V firmware. As most arm64 boards don't have said firmware disable it for now. --- sys/arm64/conf/GENERIC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index c53132b0c225..9bbf7447e180 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -32,7 +32,7 @@ include "std.arm" include "std.broadcom" include "std.cavium" include "std.ec2" -include "std.hyperv" +#include "std.hyperv" include "std.hisilicon" include "std.imx" include "std.marvell"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210282119.29SLJ2Ir037220>