Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/cpuctl/arch s/TGC/TCG/. Not Tokyo Game Show but Tin...
details: https://anonhg.NetBSD.org/src/rev/7d4e6442e996
branches: trunk
changeset: 449776:7d4e6442e996
user: msaitoh <msaitoh%NetBSD.org@localhost>
date: Fri Mar 22 04:39:02 2019 +0000
description:
s/TGC/TCG/. Not Tokyo Game Show but Tiny Code Generator.
diffstat:
usr.sbin/cpuctl/arch/i386.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (36 lines):
diff -r fa6a513b349f -r 7d4e6442e996 usr.sbin/cpuctl/arch/i386.c
--- a/usr.sbin/cpuctl/arch/i386.c Fri Mar 22 02:33:08 2019 +0000
+++ b/usr.sbin/cpuctl/arch/i386.c Fri Mar 22 04:39:02 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i386.c,v 1.93 2019/03/22 02:33:08 msaitoh Exp $ */
+/* $NetBSD: i386.c,v 1.94 2019/03/22 04:39:02 msaitoh Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001, 2006, 2007, 2008 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: i386.c,v 1.93 2019/03/22 02:33:08 msaitoh Exp $");
+__RCSID("$NetBSD: i386.c,v 1.94 2019/03/22 04:39:02 msaitoh Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -1718,7 +1718,7 @@
* ------------+--------------
* KVM "KVMKVMKVM"
* Microsoft "Microsoft Hv"
- * QEMU(TGC) "TCGTCGTCGTCG"
+ * QEMU(TCG) "TCGTCGTCGTCG"
* VMware "VMwareVMware"
* Xen "XenVMMXenVMM"
* NetBSD "___ NVMM ___"
@@ -1728,7 +1728,7 @@
else if (strncmp(hv_sig, "Microsoft Hv", 12) == 0)
hv_name = "Hyper-V";
else if (strncmp(hv_sig, "TCGTCGTCGTCG", 12) == 0)
- hv_name = "QEMU(TGC)";
+ hv_name = "QEMU(TCG)";
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