summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorroyger <royger@FreeBSD.org>2014-06-16 08:45:51 +0000
committerroyger <royger@FreeBSD.org>2014-06-16 08:45:51 +0000
commitea13728e4a5c195669c2cb218ec411af3ace3810 (patch)
tree159715c3c8b6991fc82c8cec0c0b39dbda8e10e6 /sys/conf
parent1b0b2b78e075698a269467043ff1d07ee5bd5ae0 (diff)
downloadFreeBSD-src-ea13728e4a5c195669c2cb218ec411af3ace3810.zip
FreeBSD-src-ea13728e4a5c195669c2cb218ec411af3ace3810.tar.gz
xen: create a Xen nexus to use in PV/PVH
Introduce a Xen specific nexus that is going to be used by Xen PV/PVH guests. Sponsored by: Citrix Systems R&D Approved by: gibbs x86/xen/xen_nexus.c: - Introduce a Nexus to use on Xen PV(H) guests, this prevents PV(H) guests from using the legacy Nexus. conf/files.amd64: conf/files.i386: - Add the xen nexus to the build.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.amd641
-rw-r--r--sys/conf/files.i3861
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index aa09d14..b63044d 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -559,3 +559,4 @@ x86/xen/pv.c optional xenhvm
x86/xen/pvcpu_enum.c optional xenhvm
x86/xen/xen_apic.c optional xenhvm
x86/xen/xenpv.c optional xenhvm
+x86/xen/xen_nexus.c optional xenhvm
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 0215bba..1369a22 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -596,3 +596,4 @@ x86/xen/hvm.c optional xenhvm
x86/xen/xen_intr.c optional xen | xenhvm
x86/xen/xen_apic.c optional xenhvm
x86/xen/xenpv.c optional xen | xenhvm
+x86/xen/xen_nexus.c optional xen | xenhvm
OpenPOWER on IntegriCloud