Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/conf This is called pvh_consinit not hvm_consinit



details:   https://anonhg.NetBSD.org/src/rev/4b70d71d0041
branches:  trunk
changeset: 932225:4b70d71d0041
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat May 02 16:46:06 2020 +0000

description:
This is called pvh_consinit not hvm_consinit

diffstat:

 sys/arch/xen/conf/files.xen |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r e06a939c79eb -r 4b70d71d0041 sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Sat May 02 16:44:34 2020 +0000
+++ b/sys/arch/xen/conf/files.xen       Sat May 02 16:46:06 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.183 2020/05/02 16:44:36 bouyer Exp $
+#      $NetBSD: files.xen,v 1.184 2020/05/02 16:46:06 bouyer Exp $
 
 defflag        opt_xen.h                       XEN XENPVH XENPVHVM PAE
 
@@ -11,7 +11,7 @@
 file   arch/xen/xen/xen_clock.c                xen
 file   arch/xen/x86/xen_bus_dma.c              xen
 
-file   arch/xen/x86/hvm_consinit.c             xenpvhvm
+file   arch/xen/x86/pvh_consinit.c             xenpvhvm
 
 define hypervisorbus {}
 define xendevbus {}



Home | Main Index | Thread Index | Old Index