Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Add commented out experimental PVH dom0 ...
details: https://anonhg.NetBSD.org/src/rev/3392b766cb70
branches: trunk
changeset: 369798:3392b766cb70
user: bouyer <bouyer%NetBSD.org@localhost>
date: Thu Sep 01 12:35:02 2022 +0000
description:
Add commented out experimental PVH dom0 options and pseudo-device
diffstat:
sys/arch/amd64/conf/GENERIC | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diffs (40 lines):
diff -r 8a8bd6444e94 -r 3392b766cb70 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Thu Sep 01 12:31:26 2022 +0000
+++ b/sys/arch/amd64/conf/GENERIC Thu Sep 01 12:35:02 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.596 2022/08/07 02:52:23 simonb Exp $
+# $NetBSD: GENERIC,v 1.597 2022/09/01 12:35:02 bouyer Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.596 $"
+#ident "GENERIC-$Revision: 1.597 $"
maxusers 64 # estimated number of users
@@ -91,7 +91,7 @@
powernow0 at cpu0 # AMD PowerNow! and Cool'n'Quiet (non-ACPI)
vmt0 at cpu0 # VMware Tools
-#Xen PV support for HVM guests
+#Xen PV support for PVH and HVM guests
options XENPVHVM
options XEN
hypervisor* at mainbus? # Xen hypervisor
@@ -99,6 +99,12 @@
xencons* at hypervisor? # Xen virtual console
xennet* at xenbus? # Xen virtual network interface
xbd* at xenbus? # Xen virtual block device
+# experimental: PVH dom0 support
+#options DOM0OPS
+#pseudo-device xenevt
+#pseudo-device xvif
+#pseudo-device xbdback
+
# Alternate buffer queue strategies for better responsiveness under high
# disk I/O load.
Home |
Main Index |
Thread Index |
Old Index