Module Name:    src
Committed By:   jdolecek
Date:           Tue May 26 14:03:21 UTC 2020

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

Log Message:
put back NO_PCI_MSI_MSIX, need to fix MSI issues reported in PR port-xen/55285
first


To generate a diff of this commit:
cvs rdiff -u -r1.180 -r1.181 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.28 -r1.29 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.180 src/sys/arch/amd64/conf/XEN3_DOM0:1.181
--- src/sys/arch/amd64/conf/XEN3_DOM0:1.180	Fri May 22 16:17:42 2020
+++ src/sys/arch/amd64/conf/XEN3_DOM0	Tue May 26 14:03:21 2020
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.180 2020/05/22 16:17:42 jdolecek Exp $
+# $NetBSD: XEN3_DOM0,v 1.181 2020/05/26 14:03:21 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.180 $"
+#ident		"XEN3_DOM0-$Revision: 1.181 $"
 
 maxusers	32		# estimated number of users
 
@@ -224,6 +224,7 @@ 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.28 src/sys/arch/i386/conf/XEN3PAE_DOM0:1.29
--- src/sys/arch/i386/conf/XEN3PAE_DOM0:1.28	Fri May 22 16:17:42 2020
+++ src/sys/arch/i386/conf/XEN3PAE_DOM0	Tue May 26 14:03:21 2020
@@ -1,4 +1,4 @@
-#	$NetBSD: XEN3PAE_DOM0,v 1.28 2020/05/22 16:17:42 jdolecek Exp $
+#	$NetBSD: XEN3PAE_DOM0,v 1.29 2020/05/26 14:03:21 jdolecek Exp $
 #
 #	XEN3_0: Xen 3.0 domain0 kernel
 
@@ -212,6 +212,7 @@ 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