NetBSD Problem Report #49379

From www@NetBSD.org  Tue Nov 11 07:43:42 2014
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id D406EA6685
	for <gnats-bugs@gnats.NetBSD.org>; Tue, 11 Nov 2014 07:43:42 +0000 (UTC)
Message-Id: <20141111074341.A8603A668F@mollari.NetBSD.org>
Date: Tue, 11 Nov 2014 07:43:41 +0000 (UTC)
From: takeshi.shinnashi@gmail.com
Reply-To: takeshi.shinnashi@gmail.com
To: gnats-bugs@NetBSD.org
Subject: Hypervisor's name typo
X-Send-Pr-Version: www-1.0

>Number:         49379
>Category:       kern
>Synopsis:       Hypervisor's name typo
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kern-bug-people
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Nov 11 07:45:01 +0000 2014
>Closed-Date:    Tue Nov 11 08:40:02 +0000 2014
>Last-Modified:  Tue Nov 11 08:40:02 +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)

>Release-Note:

>Audit-Trail:

State-Changed-From-To: open->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Tue, 11 Nov 2014 08:40:02 +0000
State-Changed-Why:
fixed by skrll in rev. 1.61 (the change comment doesn't seem to have made
it through to gnats)


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.