WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Re: [PATCH] Fix compile error when CONFIG_XEN_PCIDEV_FRONTEN

To: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx>
Subject: [Xen-devel] Re: [PATCH] Fix compile error when CONFIG_XEN_PCIDEV_FRONTEND=m
From: M A Young <m.a.young@xxxxxxxxxxxx>
Date: Wed, 18 Nov 2009 22:54:46 +0000 (GMT)
Cc: james.harper@xxxxxxxxxxxxxxxxx, Jeremy Fitzhardinge <jeremy@xxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Wed, 18 Nov 2009 14:55:32 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <1258578179-29269-1-git-send-email-konrad.wilk@xxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
References: <1258578179-29269-1-git-send-email-konrad.wilk@xxxxxxxxxx>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Alpine 2.00 (LFD 1167 2008-08-23)
On Wed, 18 Nov 2009, Konrad Rzeszutek Wilk wrote:


diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig
index 3a858a8..4a658b1 100644
--- a/drivers/pci/Kconfig
+++ b/drivers/pci/Kconfig
@@ -52,11 +52,10 @@ config PCI_STUB
          When in doubt, say N.

config XEN_PCIDEV_FRONTEND
-        tristate "Xen PCI Frontend"
+        bool "Xen PCI Frontend"
        depends on XEN && PCI && X86_64
        select HOTPLUG
        select XEN_XENBUS_FRONTEND
-       default y
        help
          The PCI device frontend driver allows the kernel to import arbitrary
          PCI devices from a PCI backend to support PCI driver domains.

This doesn't really fix the problem, it just avoids it. I think it would be better to isolate the cause and adjust things so it is possible for this to be built as a module.

        Michael Young

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>