Thu Apr 16 10:42:26 2020 UTC ()
Well, no, SVS does't quite work yet.


(bouyer)
diff -r1.1.2.2 -r1.1.2.3 src/sys/arch/amd64/conf/GENERIC_XENHVM

cvs diff -r1.1.2.2 -r1.1.2.3 src/sys/arch/amd64/conf/Attic/GENERIC_XENHVM (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/Attic/GENERIC_XENHVM 2020/04/16 10:07:23 1.1.2.2
+++ src/sys/arch/amd64/conf/Attic/GENERIC_XENHVM 2020/04/16 10:42:26 1.1.2.3
@@ -1,13 +1,14 @@ @@ -1,13 +1,14 @@
1# $NetBSD: GENERIC_XENHVM,v 1.1.2.2 2020/04/16 10:07:23 bouyer Exp $ 1# $NetBSD: GENERIC_XENHVM,v 1.1.2.3 2020/04/16 10:42:26 bouyer Exp $
2 2
3include "arch/amd64/conf/GENERIC" 3include "arch/amd64/conf/GENERIC"
4 4
5options XENPVHVM 5options XENPVHVM
6options XEN 6options XEN
 7no options SVS # Separate Virtual Space
7options MAXPHYS=32768 #xbd doesn't handle 64k transfers 8options MAXPHYS=32768 #xbd doesn't handle 64k transfers
8hypervisor* at mainbus? # Xen hypervisor 9hypervisor* at mainbus? # Xen hypervisor
9#vcpu* at hypervisor? # Xen virtual CPUs 10#vcpu* at hypervisor? # Xen virtual CPUs
10xenbus* at hypervisor? # Xen virtual bus 11xenbus* at hypervisor? # Xen virtual bus
11xencons* at hypervisor? # Xen virtual console 12xencons* at hypervisor? # Xen virtual console
12xennet* at xenbus? # Xen virtual network interface 13xennet* at xenbus? # Xen virtual network interface
13xbd* at xenbus? # Xen virtual block device 14xbd* at xenbus? # Xen virtual block device