From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: [PATCH] xen: don't use PCI BIOS service for configuration space accesses Date: Mon, 16 Apr 2012 12:33:42 -0400 Message-ID: <20120416163342.GC9925@phenom.dumpdata.com> References: <1334318915-9083-1-git-send-email-david.vrabel@citrix.com> <4F883848020000780007DCD2@nat28.tlf.novell.com> <4F88222F.7050703@citrix.com> <20120416151045.GH1903@phenom.dumpdata.com> <4F8C3D7F.4020703@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <4F8C3D7F.4020703@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: David Vrabel Cc: Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org On Mon, Apr 16, 2012 at 04:40:47PM +0100, David Vrabel wrote: > On 16/04/12 16:10, Konrad Rzeszutek Wilk wrote: > > > > But I think it makes sense to stick this in arch/x86/pci/xen.c - if > > it is not to late in teh bootup cycle? > > pci_xen_init() is called early enough I think, but is only called for > domU (not dom0). I can change this if you prefer. For dom0 it could be done in: pci_xen_initial_domain ? > > David