Module Name:    src
Committed By:   jdolecek
Date:           Fri May 22 16:17:42 UTC 2020

Modified Files:
        src/sys/arch/amd64/conf: XEN3_DOM0
        src/sys/arch/i386/conf: XEN3PAE_DOM0

Log Message:
remove NO_PCI_MSI_MSIX option, MSI is supported for XenPV Dom0


To generate a diff of this commit:
cvs rdiff -u -r1.179 -r1.180 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/i386/conf/XEN3PAE_DOM0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/XEN3_DOM0
diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.179 src/sys/arch/amd64/conf/XEN3_DOM0:1.180
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.179	Sat May 16 13:46:10 2020
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Fri May 22 16:17:42 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.179 2020/05/16 13:46:10 maya Exp $
+# $NetBSD: XEN3_DOM0,v 1.180 2020/05/22 16:17:42 jdolecek Exp $
 
 include 	"arch/amd64/conf/std.xen"
 
@@ -12,7 +12,7 @@ options 	INCLUDE_CONFIG_FILE	# embed con
 #options 	UVMHIST_PRINT
 #options 	SYSCALL_DEBUG
 
-#ident		"XEN3_DOM0-$Revision: 1.179 $"
+#ident		"XEN3_DOM0-$Revision: 1.180 $"
 
 maxusers	32		# estimated number of users
 
@@ -224,7 +224,6 @@ pci*		at hypervisor? bus ?
 pci*		at pchb? bus ?
 ppb*		at pci? dev ? function ?	# PCI-PCI bridges
 pci*		at ppb? bus ?
-options 	NO_PCI_MSI_MSIX
 
 # pci backend devices, used for PCI pass-through. To export a PCI device
 # to a domU, the device has to be attached to the pciback driver in the dom0.

Index: src/sys/arch/i386/conf/XEN3PAE_DOM0
diff -u src/sys/arch/i386/conf/XEN3PAE_DOM0:1.27 src/sys/arch/i386/conf/XEN3PAE_DOM0:1.28
--- src/sys/arch/i386/conf/XEN3PAE_DOM0:1.27	Sat May 16 13:46:11 2020
+++ src/sys/arch/i386/conf/XEN3PAE_DOM0	Fri May 22 16:17:42 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: XEN3PAE_DOM0,v 1.27 2020/05/16 13:46:11 maya Exp $
+#	$NetBSD: XEN3PAE_DOM0,v 1.28 2020/05/22 16:17:42 jdolecek Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
@@ -212,7 +212,6 @@ balloon*	at xenbus?		# Xen balloon devic
 # PCI bus support
 pci*		at hypervisor? bus ?
 pci*		at pchb? bus ?
-options 	NO_PCI_MSI_MSIX
 
 # PCI bridges
 ichlpcib* at pci? dev ? function ?	# Intel ICH PCI-ISA w/ timecounter,

Reply via email to