- Detect when we are in KVM.
Silence on: emulation Approved by: kib (mentor) MFC after: 1 week
This commit is contained in:
parent
2c6a273750
commit
0165f660c1
@ -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
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user