WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Add support for URI ('file:' and 'data:' scheme) for

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH] Add support for URI ('file:' and 'data:' scheme) for PV/kernel and PV/ramdisk
From: Andreas Florath <xen@xxxxxxxxxxxx>
Date: Sun, 19 Jul 2009 19:40:12 +0200
Delivery-date: Sun, 19 Jul 2009 10:40:45 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)
Hello!

Attached you can find a patch which adds support for 'file:' and 'data:'
URI schemes for the parameters 'PV/kernel' and 'PV/ramdisk' in the
VM.create() call.
The 'data:' scheme handling enables using a file which is stored inside
the management system (from where the XenAPI call is send) as kernel
or ramdisk.

Notes:
o all included: a detailed description can be found in the xenapi
documentation
o bumped up the version of the API document to 1.0.8 (because of
(minimal) interface extension)
o Future enhancements (like http:, ftp: schemes) fit seamlessly into the
current design / classes

Kind regards

Andreas Florath


Signed-off-by: Andreas Florath <xen@xxxxxxxxxxxx>

Attachment: xu-data-uri-scheme-1.hg-export.gz
Description: GNU Zip compressed data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] Add support for URI ('file:' and 'data:' scheme) for PV/kernel and PV/ramdisk, Andreas Florath <=