Re: [libvirt] [PATCH 1/2] Add http protocol support for cdrom disk

2013-08-27 Thread Daniel P. Berrange
On Thu, Aug 22, 2013 at 04:03:07PM -0300, Aline Manera wrote: From: Aline Manera alin...@br.ibm.com QEMU/KVM already allows a HTTP URL for the cdrom ISO image so add this support to libvirt as well. The xml should be as following: disk type='network' device='cdrom' source

[libvirt] [PATCH 1/2] Add http protocol support for cdrom disk

2013-08-22 Thread Aline Manera
From: Aline Manera alin...@br.ibm.com QEMU/KVM already allows a HTTP URL for the cdrom ISO image so add this support to libvirt as well. The xml should be as following: disk type='network' device='cdrom' source protocol='http' name='/url/path' host name='host.name' port='80'/