mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add Xen to the list of virtual vendors. In the non PV (HVM) case this fixes
the virtualization detection successfully disabling the clflush instruction. This fixes insta-panics for XEN hvm users when the hw.clflush_disable tunable is -1 or 0 (-1 by default). Discussed with: jhb
This commit is contained in:
parent
f10776734f
commit
ea235a1449
1 changed files with 1 additions and 0 deletions
|
|
@ -149,6 +149,7 @@ static const char *const vm_bnames[] = {
|
|||
"QEMU", /* QEMU */
|
||||
"Plex86", /* Plex86 */
|
||||
"Bochs", /* Bochs */
|
||||
"Xen", /* Xen */
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue