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
This commit is contained in:
pluknet 2013-11-11 16:14:33 +00:00
parent 1c2bed6f18
commit 587aa2d7ea

View File

@ -153,6 +153,7 @@ static const char *const vm_guest_sysctl_names[] = {
"none",
"generic",
"xen",
"hv",
NULL
};