diff --git a/sys/kern/subr_param.c b/sys/kern/subr_param.c index fe10a87238f1..fcb41e717d4a 100644 --- a/sys/kern/subr_param.c +++ b/sys/kern/subr_param.c @@ -161,6 +161,7 @@ static const char *const vm_bnames[] = { "Bochs", /* Bochs */ "Xen", /* Xen */ "BHYVE", /* bhyve */ + "Seabios", /* KVM */ NULL }; @@ -169,6 +170,7 @@ static const char *const vm_pnames[] = { "Virtual Machine", /* Microsoft VirtualPC */ "VirtualBox", /* Sun xVM VirtualBox */ "Parallels Virtual Platform", /* Parallels VM */ + "KVM", /* KVM */ NULL };