From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] xen: don't use PCI BIOS service for configuration space accesses Date: Mon, 16 Apr 2012 16:40:47 +0100 Message-ID: <4F8C3D7F.4020703@citrix.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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120416151045.GH1903@phenom.dumpdata.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: Konrad Rzeszutek Wilk Cc: Jan Beulich , xen-devel List-Id: xen-devel@lists.xenproject.org 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. David