From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Fitzhardinge Subject: Re: ext4 support on pvgrub Date: Tue, 12 Oct 2010 13:13:22 -0700 Message-ID: <4CB4C162.1000705@goop.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: 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: M A Young Cc: xen-devel@lists.xensource.com, Keir Fraser , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On 10/07/2010 02:48 PM, M A Young wrote: > I have this working on Fedora. It turned out to be very easy to add > this as I simply took the grub-ext4-support.patch from the Fedora grub > package and put it in xen-4.0.1/stubdom/grub.patches/ . Using pvgrub > (without a vif on the virtual machine as I was having problems if I > did give it a network interface) I could read and boot from ext4 > partition with this patch but not without it. > > Is this a good way to add this feature to xen more generally? Sounds like it just needs to be committed. Post the patch? J