Skip to content
  • Keir Fraser's avatar
    xend: Add support for URI ('file:' and 'data:' scheme) for PV/kernel · 8b72d820
    Keir Fraser authored
    
    and PV/ramdisk
    
    Add 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
    o Unittest cases and xm-test case included
    
    Signed-off-by: default avatarAndreas Florath <xen@flonatel.org>
    8b72d820