NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kern/49379: Hypervisor's name typo



>Number:         49379
>Category:       kern
>Synopsis:       Hypervisor's name typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 11 07:45:01 +0000 2014
>Originator:     shinnashi takeshi
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
src/usr.sbin/cpuctl/arch/i386.c

Hypver-V -> Hyper-V
>How-To-Repeat:
n/a
>Fix:
--- i386.c.org
+++ i386.c
@@ -1579,7 +1579,7 @@

 		if (strncmp(hv_sig, "KVMKVMKVM", 9) == 0)
 			hv_name = "KVM";
 		else if (strncmp(hv_sig, "Microsoft Hv", 12) == 0)
-			hv_name = "Hypver-V";
+			hv_name = "Hyper-V";
 		else if (strncmp(hv_sig, "VMwareVMware", 12) == 0)
 			hv_name = "VMware";
 		else if (strncmp(hv_sig, "XenVMMXenVMM", 12) == 0)



Home | Main Index | Thread Index | Old Index