Author: pluknet
Date: Mon Nov 11 16:14:33 2013
New Revision: 257996
URL: http://svnweb.freebsd.org/changeset/base/257996
Log:
Set description string for VM_GUEST_HV (HyperV guest).
This fixes fallout from r256425.
Reported by: Pavel Timofeev <timp87@gmail com>
Tested by: Pavel Timofeev <timp87@gmail com>
Reviewed by: Roger Pau Monnц╘
MFC after: 3 days
Modified:
head/sys/kern/subr_param.c
Modified: head/sys/kern/subr_param.c
==============================================================================
--- head/sys/kern/subr_param.c Mon Nov 11 16:14:25 2013 (r257995)
+++ head/sys/kern/subr_param.c Mon Nov 11 16:14:33 2013 (r257996)
@@ -153,6 +153,7 @@ static const char *const vm_guest_sysctl
"none",
"generic",
"xen",
+ "hv",
NULL
};
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"