Module Name:    src
Committed By:   bouyer
Date:           Thu Apr 16 10:42:26 UTC 2020

Modified Files:
        src/sys/arch/amd64/conf [bouyer-xenpvh]: GENERIC_XENHVM

Log Message:
Well, no, SVS does't quite work yet.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/amd64/conf/GENERIC_XENHVM

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC_XENHVM
diff -u src/sys/arch/amd64/conf/GENERIC_XENHVM:1.1.2.2 src/sys/arch/amd64/conf/GENERIC_XENHVM:1.1.2.3
--- src/sys/arch/amd64/conf/GENERIC_XENHVM:1.1.2.2	Thu Apr 16 10:07:23 2020
+++ src/sys/arch/amd64/conf/GENERIC_XENHVM	Thu Apr 16 10:42:26 2020
@@ -1,9 +1,10 @@
-# $NetBSD: GENERIC_XENHVM,v 1.1.2.2 2020/04/16 10:07:23 bouyer Exp $
+# $NetBSD: GENERIC_XENHVM,v 1.1.2.3 2020/04/16 10:42:26 bouyer Exp $
 
 include "arch/amd64/conf/GENERIC"
 
 options 	XENPVHVM
 options 	XEN
+no options 	SVS		# Separate Virtual Space
 options 	MAXPHYS=32768	#xbd doesn't handle 64k transfers
 hypervisor*	at mainbus?		# Xen hypervisor
 #vcpu*		at hypervisor?		# Xen virtual CPUs

Reply via email to