Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/x86 add VirtualBox



details:   https://anonhg.NetBSD.org/src/rev/ddbbc5ea8d71
branches:  trunk
changeset: 959563:ddbbc5ea8d71
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Feb 19 02:18:09 2021 +0000

description:
add VirtualBox

diffstat:

 sys/arch/x86/x86/x86_machdep.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f668694d38fd -r ddbbc5ea8d71 sys/arch/x86/x86/x86_machdep.c
--- a/sys/arch/x86/x86/x86_machdep.c    Fri Feb 19 02:15:58 2021 +0000
+++ b/sys/arch/x86/x86/x86_machdep.c    Fri Feb 19 02:18:09 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: x86_machdep.c,v 1.146 2020/08/09 15:32:44 christos Exp $       */
+/*     $NetBSD: x86_machdep.c,v 1.147 2021/02/19 02:18:09 christos 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.146 2020/08/09 15:32:44 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: x86_machdep.c,v 1.147 2021/02/19 02:18:09 christos Exp $");
 
 #include "opt_modular.h"
 #include "opt_physmem.h"
@@ -1321,6 +1321,7 @@
        [VM_GUEST_HV] =         "Hyper-V",
        [VM_GUEST_VMWARE] =     "VMware",
        [VM_GUEST_KVM] =        "KVM",
+       [VM_GUEST_VIRTUALBOX] = "VirtualBox",
 };
 
 static int



Home | Main Index | Thread Index | Old Index