From f15bb1a9ee15124215a6341d258099ce8e63a14e Mon Sep 17 00:00:00 2001 From: Ruslan Bukin Date: Thu, 23 May 2024 10:58:14 +0100 Subject: [PATCH] =?UTF-8?q?Add=20bhyve=20=E2=80=94=20FreeBSD-native=20hype?= =?UTF-8?q?rvisor.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Support for RISC-V is not in the tree yet, but the work is in progress and it is able to boot riscv-guest already. --- src/ext-base.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ext-base.adoc b/src/ext-base.adoc index 4921232..31eb19a 100644 --- a/src/ext-base.adoc +++ b/src/ext-base.adoc @@ -112,4 +112,5 @@ value for this CSR. | 8 | PolarFire Hart Software Services | 9 | coreboot | 10 | oreboot +| 11 | bhyve |===