summaryrefslogtreecommitdiffstats
path: root/sys/sys/systm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/systm.h')
-rw-r--r--sys/sys/systm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/systm.h b/sys/sys/systm.h
index f097e83..2000e92 100644
--- a/sys/sys/systm.h
+++ b/sys/sys/systm.h
@@ -71,7 +71,7 @@ extern int vm_guest; /* Running as virtual machine guest? */
* and/or add to the VM_GUEST_VM type if specific VM functionality is
* ever implemented (e.g. vendor-specific paravirtualization features).
*/
-enum VM_GUEST { VM_GUEST_NO = 0, VM_GUEST_VM, VM_GUEST_XEN };
+enum VM_GUEST { VM_GUEST_NO = 0, VM_GUEST_VM, VM_GUEST_XEN, VM_GUEST_HV };
#if defined(WITNESS) || defined(INVARIANTS)
void kassert_panic(const char *fmt, ...) __printflike(1, 2);
OpenPOWER on IntegriCloud