Mon Apr 20 19:43:33 2020 UTC ()
Use std.xenversion


(bouyer)
diff -r1.11.26.1 -r1.11.26.2 src/sys/arch/amd64/conf/std.amd64

cvs diff -r1.11.26.1 -r1.11.26.2 src/sys/arch/amd64/conf/std.amd64 (expand / switch to context diff)
--- src/sys/arch/amd64/conf/std.amd64 2020/04/16 08:46:34 1.11.26.1
+++ src/sys/arch/amd64/conf/std.amd64 2020/04/20 19:43:32 1.11.26.2
@@ -1,9 +1,10 @@
-# $NetBSD: std.amd64,v 1.11.26.1 2020/04/16 08:46:34 bouyer Exp $
+# $NetBSD: std.amd64,v 1.11.26.2 2020/04/20 19:43:32 bouyer Exp $
 #
 # standard, required NetBSD/amd64 'options'
 
 machine amd64 x86 xen
 include 	"conf/std"	# MI standard options
+include 	"arch/xen/conf/std.xenversion"
 
 options 	CPU_IN_CKSUM
 options 	EXEC_ELF64	# exec ELF binaries
@@ -13,8 +14,6 @@
 
 options 	CHILD_MAX=1024	# 160 is too few
 options 	OPEN_MAX=1024	# 128 is too few
-
-options         __XEN_INTERFACE_VERSION__=0x00030208 # Xen 3.1 interface
 
 mainbus0 at root
 cpu* at mainbus?