From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH] xen: change XEN_PLATFORM_PCI to bool default y Date: Thu, 22 Sep 2011 08:18:13 +0200 Message-ID: <20110922061812.GA7607@aepfle.de> References: <1316608670-23167-1-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: <1316608670-23167-1-git-send-email-stefano.stabellini@eu.citrix.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: stefano.stabellini@eu.citrix.com Cc: Ian.Campbell@eu.citrix.com, jeremy@goop.org, xen-devel@lists.xensource.com, konrad.wilk@oracle.com List-Id: xen-devel@lists.xenproject.org On Wed, Sep 21, stefano.stabellini@eu.citrix.com wrote: > From: Stefano Stabellini > > The xen-platform-pci module is small and for PV on HVM guests is a > requirement for xenbus. > > Signed-off-by: Stefano Stabellini Because it depends on XEN_PVHVM and XEN_PVHVM usage depends on XEN_PLATFORM_PCI: Acked-by: Olaf Hering