summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf/GENERIC
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2013-10-11 19:43:37 +0000
committergjb <gjb@FreeBSD.org>2013-10-11 19:43:37 +0000
commit3595c37915b5d237d693934d027629266b06d30a (patch)
treeba55cf7215b14da66c920079a128020ff158232a /sys/amd64/conf/GENERIC
parente63a0d23bfc4424df90eeb5ea7a1b3f7672d1cb6 (diff)
downloadFreeBSD-src-3595c37915b5d237d693934d027629266b06d30a.zip
FreeBSD-src-3595c37915b5d237d693934d027629266b06d30a.tar.gz
MFC r256328:
Document XENHVM and xenpci are mutually inclusive. Approved by: re (delphij) Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/amd64/conf/GENERIC')
-rw-r--r--sys/amd64/conf/GENERIC7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 4b59bad..3b48f0f 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -72,7 +72,6 @@ options KDTRACE_FRAME # Ensure frames are compiled in
options KDTRACE_HOOKS # Kernel DTrace hooks
options DDB_CTF # Kernel ELF linker loads CTF data
options INCLUDE_CONFIG_FILE # Include this file in kernel
-options XENHVM # Include Xen support
# Debugging support. Always need this:
options KDB # Enable kernel debugger support.
@@ -336,8 +335,10 @@ device virtio_balloon # VirtIO Memory Balloon device
# HyperV drivers
device hyperv # HyperV drivers
-# Xen support
-device xenpci # Generic Xen bus
+# Xen HVM Guest Optimizations
+# NOTE: XENHVM depends on xenpci. They must be added or removed together.
+options XENHVM # Xen HVM kernel infrastructure
+device xenpci # Xen HVM Hypervisor services driver
# VMware support
device vmx # VMware VMXNET3 Ethernet
OpenPOWER on IntegriCloud