From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755197Ab0CCRfX (ORCPT ); Wed, 3 Mar 2010 12:35:23 -0500 Received: from claw.goop.org ([74.207.240.146]:41165 "EHLO claw.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754971Ab0CCRfW (ORCPT ); Wed, 3 Mar 2010 12:35:22 -0500 Message-ID: <4B8E9DD7.6020408@goop.org> Date: Wed, 03 Mar 2010 09:35:19 -0800 From: Jeremy Fitzhardinge User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.1 MIME-Version: 1.0 To: Stefano Stabellini CC: Ian Campbell , Sheng Yang , Keir Fraser , Jeremy Fitzhardinge , Ian Pratt , xen-devel , "Yaozu (Eddie) Dong" , "linux-kernel@vger.kernel.org" Subject: Re: [Xen-devel] [PATCH 3/7] xen/hvm: Xen PV extension of HVM initialization References: <1267436315-24486-1-git-send-email-sheng@linux.intel.com> <1267436315-24486-4-git-send-email-sheng@linux.intel.com> <4B8C63B0.2090507@goop.org> <201003020938.53630.sheng@linux.intel.com> <1267521735.11737.23107.camel@zakaz.uk.xensource.com> <4B8D7248.5070807@goop.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/03/2010 03:35 AM, Stefano Stabellini wrote: > Give a look at the fourth patch of the series I just posted: it > introduces a simple driver for the Xen PCI platform device to initialize > xenbus and gran table later on when running in a HVM domain, at the same > time leaving the PV case as it is. > Yes, I noticed that. Do the PV drivers cope with having the PCI probe/xenbus setup after their init functions have been called, or do you make sure the PCI probe happens early? J