Source-Changes-HG archive

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

[src/bouyer-xenpvh]: src/sys/arch/amd64/conf Use std.xenversion



details:   https://anonhg.NetBSD.org/src/rev/0044541fd792
branches:  bouyer-xenpvh
changeset: 931042:0044541fd792
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Mon Apr 20 19:43:32 2020 +0000

description:
Use std.xenversion

diffstat:

 sys/arch/amd64/conf/std.amd64 |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 6d81a9d8cb9f -r 0044541fd792 sys/arch/amd64/conf/std.amd64
--- a/sys/arch/amd64/conf/std.amd64     Mon Apr 20 19:42:10 2020 +0000
+++ b/sys/arch/amd64/conf/std.amd64     Mon Apr 20 19:43:32 2020 +0000
@@ -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
@@ -14,8 +15,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?
 ioapic* at mainbus? apid ?



Home | Main Index | Thread Index | Old Index