14 messages in com.xensource.lists.xen-develRe: [Xen-devel] [RFC] Bootloader conf...
FromSent OnAttachments
John Levon27 Feb 2006 08:46 
Ian Pratt27 Feb 2006 14:13 
Tim Deegan28 Feb 2006 01:44 
John Levon28 Feb 2006 07:14 
Tim Deegan28 Feb 2006 12:31 
John Levon28 Feb 2006 12:39 
Tim Deegan01 Mar 2006 08:52 
Hollis Blanchard01 Mar 2006 15:10 
Jeremy Katz01 Mar 2006 20:52 
Jeremy Katz01 Mar 2006 20:52 
John Levon02 Mar 2006 04:36 
John Levon02 Mar 2006 04:45 
Jeremy Katz02 Mar 2006 15:34 
John Levon02 Mar 2006 16:04 
Subject:Re: [Xen-devel] [RFC] Bootloader configuration
From:Tim Deegan (Tim.@cl.cam.ac.uk)
Date:02/28/2006 01:44:43 AM
List:com.xensource.lists.xen-devel

On Mon, Feb 27, 2006 at 04:47:03PM +0000, John Levon wrote:

4) The concept of "retrieve a file from this fs image" seems to be generically useful outside of the Xen project context; forcing a Python API for this functionality seems a lot less general than it should be.

Surely this is somewhere that Python can be very useful! Support for filesystem reading is available in C libraries, and munging a lot of C interfaces together into a command-line tool is one of the things Python does best.

In general I agree with your ideas; my own patches to XM and pygrub for this were going along these lines, if not quite general enough. In the long term though, in-domU support is going to be the best way of doing this, specially for virtual hosting and "packaged" VM images.

Tim.