git: 7046ff4974b1 - main - Revert "Disable Hyper-V on arm64"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Nov 2022 14:59:50 UTC
The branch main has been updated by andrew:
URL: https://cgit.FreeBSD.org/src/commit/?id=7046ff4974b17a93c5c536db8bae9872f5edb947
commit 7046ff4974b17a93c5c536db8bae9872f5edb947
Author: Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-11-03 12:01:36 +0000
Commit: Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-11-03 14:59:31 +0000
Revert "Disable Hyper-V on arm64"
This reverts commit fe36346a8904683af64dc5231e106a951d386ca5.
The arm64 Hyper-v code now checks it is running under Hyper-v before
calling into the hypervisor.
Sponsored by: The FreeBSD Foundation
---
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 9bbf7447e180..c53132b0c225 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"