git: fe36346a8904 - main - Disable Hyper-V on arm64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 28 Oct 2022 21:19:02 UTC
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"