From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: Re: Xen4.1.0 and Fedora15 Block device bug? Date: Tue, 5 Jul 2011 09:52:59 -0400 Message-ID: <20110705135259.GE2972@dumpdata.com> References: <20110630220554.GD18218@dumpdata.com> <1309586555.6460.16.camel@dagon.hellion.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Travis Cc: "xen@lists.fedoraproject.org" , "xen-devel@lists.xensource.com" , Ian Campbell , "Fajar A. Nugraha" List-Id: xen-devel@lists.xenproject.org On Sat, Jul 02, 2011 at 03:05:59AM -0400, Travis wrote: > On Sat, Jul 2, 2011 at 2:07 AM, Travis wrote: > > > > > > > On Sat, Jul 2, 2011 at 2:02 AM, Ian Campbell wrote: > > > >> On Sat, 2011-07-02 at 05:15 +0100, Fajar A. Nugraha wrote: > >> > > >> > Second part, F15's boot/config-2.6.38.6-26.rc1.fc15.x86_64 has these > >> > entries: > >> > CONFIG_XEN_PLATFORM_PCI=m > >> > CONFIG_XEN_BLKDEV_FRONTEND=m > >> > > >> > So if you could add xen-platform-pci.ko and xen-blkfront.ko to the > >> > install initrd, you should be able to use PV drivers directly. Not > >> > sure what's the easiest way to do it though (maybe unpack initrd, add > >> > some files, and repack it). > >> > >> Has somebody reported this as a bug against F15? Either the initrd tool > >> (drakut?) should understand when xen-platform-pci is needed or it should > >> be =y. It's a very small amount of code so building it in is not > >> unreasonable. > >> > >> Ian. > >> > >> I'm filing one now. > > > > https://bugzilla.redhat.com/show_bug.cgi?id=718382 Anybody have some patches for it? They can be posted on the dracut mailing list? Did loading those two modules in the install initrd fix the installation?