Skip to content
Snippets Groups Projects
Commit 823bfa49 authored by Apollon Oikonomopoulos's avatar Apollon Oikonomopoulos
Browse files

Allow KVM to boot from HTTP


New versions of KVM support booting from HTTP-hosted ISO
images, via libcurl. This patch adds a proper check to
allow defining either a sane, absolute path or an HTTP
URL as an iso image path.

Remove "format=raw" from the cdrom device options when iso_image
starts with "(https?|ftp)://", to allow latest KVM versions (qemu-kvm) to
boot from HTTP-hosted iso images. Added FILE_OR_URL check to allow
booting from HTTP (kvm).

Signed-off-by: default avatarApollon Oikonomopoulos <apollon@noc.grnet.gr>
parent eb980c5a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment