diff mbox series

[v2,1/1] cmd: sbi: add bhyve SBI implementation ID

Message ID 20250124160014.158629-1-heinrich.schuchardt@canonical.com
State Accepted
Commit ca3985ff86aee9afa110467bad027af8f288d17c
Delegated to: Andes
Headers show
Series [v2,1/1] cmd: sbi: add bhyve SBI implementation ID | expand

Commit Message

Heinrich Schuchardt Jan. 24, 2025, 4 p.m. UTC
Bhyve is the hypervisor used by FreeBSD.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
v2:
	Fix typo in subject
---
 cmd/riscv/sbi.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Leo Liang Feb. 3, 2025, 3:28 a.m. UTC | #1
On Fri, Jan 24, 2025 at 05:00:14PM +0100, Heinrich Schuchardt wrote:
> Bhyve is the hypervisor used by FreeBSD.
> 
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
> ---
> v2:
> 	Fix typo in subject
> ---
>  cmd/riscv/sbi.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
diff mbox series

Patch

diff --git a/cmd/riscv/sbi.c b/cmd/riscv/sbi.c
index 5ecf56781c1..b013c8c8d4e 100644
--- a/cmd/riscv/sbi.c
+++ b/cmd/riscv/sbi.c
@@ -30,6 +30,7 @@  static struct sbi_imp implementations[] = {
 	{ 8, "PolarFire Hart Software Services" },
 	{ 9, "coreboot" },
 	{ 10, "oreboot" },
+	{ 11, "bhyve" },
 };
 
 static struct sbi_ext extensions[] = {