Source-Changes-HG archive

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

[src/bouyer-xenpvh]: src/sys/arch/x86/x86 Remove spaces in machdep.hypervisor...



details:   https://anonhg.NetBSD.org/src/rev/acd6f21d1ce8
branches:  bouyer-xenpvh
changeset: 930793:acd6f21d1ce8
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Apr 11 08:06:16 2020 +0000

description:
Remove spaces in machdep.hypervisor, suggested by mlelstv@

diffstat:

 sys/arch/x86/x86/x86_machdep.c |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r 70e336a72c65 -r acd6f21d1ce8 sys/arch/x86/x86/x86_machdep.c
--- a/sys/arch/x86/x86/x86_machdep.c    Fri Apr 10 14:41:59 2020 +0000
+++ b/sys/arch/x86/x86/x86_machdep.c    Sat Apr 11 08:06:16 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: x86_machdep.c,v 1.137.2.1 2020/04/08 17:59:16 bouyer Exp $     */
+/*     $NetBSD: x86_machdep.c,v 1.137.2.2 2020/04/11 08:06:16 bouyer Exp $     */
 
 /*-
  * Copyright (c) 2002, 2006, 2007 YAMAMOTO Takashi,
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.137.2.1 2020/04/08 17:59:16 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.137.2.2 2020/04/11 08:06:16 bouyer Exp $");
 
 #include "opt_modular.h"
 #include "opt_physmem.h"
@@ -1255,10 +1255,10 @@
 static const char * const vm_guest_name[VM_LAST] = {
        [VM_GUEST_NO] =         "none",
        [VM_GUEST_VM] =         "generic",
-       [VM_GUEST_XENPV] =      "Xen PV",
-       [VM_GUEST_XENPVH] =     "Xen PVH",
-       [VM_GUEST_XENHVM] =     "Xen HVM",
-       [VM_GUEST_XENPVHVM] =   "Xen PVHVM",
+       [VM_GUEST_XENPV] =      "XenPV",
+       [VM_GUEST_XENPVH] =     "XenPVH",
+       [VM_GUEST_XENHVM] =     "XenHVM",
+       [VM_GUEST_XENPVHVM] =   "XenPVHVM",
        [VM_GUEST_HV] =         "Hyper-V",
        [VM_GUEST_VMWARE] =     "VMware",
        [VM_GUEST_KVM] =        "KVM",



Home | Main Index | Thread Index | Old Index