From mboxrd@z Thu Jan 1 00:00:00 1970 From: aq Subject: Re: [PATCH] Guest boot loader support Date: Wed, 27 Apr 2005 12:14:04 +0900 Message-ID: <9cde8bff05042620141e9cd22f@mail.gmail.com> References: <1114469427.4336.42.camel@bree.local.net> <200504262147.56627.mark.williamson@cl.cam.ac.uk> <9cde8bff05042614022f7e8a8@mail.gmail.com> <200504270130.38761.mark.williamson@cl.cam.ac.uk> Reply-To: aq Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <200504270130.38761.mark.williamson@cl.cam.ac.uk> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Mark Williamson , Jeremy Katz Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 4/27/05, Mark Williamson wrote: > Thanks for the patch. >=20 > I haven't looked at Jeremy's code but won't the os.path.isfile() break wh= en > the kernel (and the boot options) are being loaded from within a domain's > filesystem, rather than dom0? ah you right here. my bad mistake. so we need another patch for this problem. Perhaps the abstract of filesystem should be extended for this case also. I am working on it. thank you, aq