From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Hiding pci devices from dom0 drivers Date: Mon, 24 Sep 2007 08:27:11 +0100 Message-ID: References: <13A2F7DE1BAEA345A61DD40F303ED7A6850EE3@scsmsx412.amr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <13A2F7DE1BAEA345A61DD40F303ED7A6850EE3@scsmsx412.amr.corp.intel.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Kay, Allen M" , xen-devel@lists.xensource.com Cc: "Han, Weidong" , "You, Yongkang" List-Id: xen-devel@lists.xenproject.org On 24/9/07 08:10, "Kay, Allen M" wrote: > Currently we had to manually make the following change in linux config > before building dom0 kernel to enable pciback.hide functionality in > dom0. > > -CONFIG_XEN_PCIDEV_BACKEND=m > +CONFIG_XEN_PCIDEV_BACKEND=y > > What do you think about having this change check into your tree so that > we can get rid of this manual step? If you are ok with it, we can send > you a patch for it. It's already '=y' in the -xen0 kernel. -xen is a modular kernel config to keep the base kernel a reasonable size. PCI device hiding is still an esoteric option that most users will not use. -- Keir