Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Nov 2022 15:53:30 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: b6a72a9f90c7 - main - Enable hyperv in the arm64 NOTES
Message-ID:  <202211031553.2A3FrUkb001241@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=b6a72a9f90c7731b245606195a2653d2c3612cac

commit b6a72a9f90c7731b245606195a2653d2c3612cac
Author:     Andrew Turner <andrew@FreeBSD.org>
AuthorDate: 2022-11-03 15:49:49 +0000
Commit:     Andrew Turner <andrew@FreeBSD.org>
CommitDate: 2022-11-03 15:49:49 +0000

    Enable hyperv in the arm64 NOTES
    
    It now builds with all arm64 LINT kernels.
    
    Sponsored by:   The FreeBSD Foundation
---
 sys/arm64/conf/NOTES | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys/arm64/conf/NOTES b/sys/arm64/conf/NOTES
index e1510a3e5217..2bd7395a51ba 100644
--- a/sys/arm64/conf/NOTES
+++ b/sys/arm64/conf/NOTES
@@ -68,6 +68,9 @@ device		virtio_mmio
 device		virtio_blk
 device		vtnet
 
+# Microsoft Hyper-V
+device		hyperv
+
 # CPU frequency control
 device		cpufreq
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211031553.2A3FrUkb001241>