Re: [libvirt] [PATCH] Allow a HTTP URL for cdrom ISO image

2013-08-22 Thread Aline Manera
On 08/22/2013 10:01 AM, Daniel P. Berrange wrote: On Wed, Aug 21, 2013 at 04:31:03PM -0300, Aline Manera wrote: From: Aline Manera QEMU/KVM already allows an HTTP URL for the cdrom ISO image so add this support to libvirt as well. The xml should be as following:

Re: [libvirt] [PATCH] Allow a HTTP URL for cdrom ISO image

2013-08-22 Thread Daniel P. Berrange
On Wed, Aug 21, 2013 at 04:31:03PM -0300, Aline Manera wrote: > From: Aline Manera > > QEMU/KVM already allows an HTTP URL for the cdrom ISO image so add this > support > to libvirt as well. > The xml should be as following: > > > > > > > > Signed-off-by: Aline

Re: [libvirt] [PATCH] Allow a HTTP URL for cdrom ISO image

2013-08-21 Thread Eric Blake
On 08/21/2013 01:31 PM, Aline Manera wrote: > From: Aline Manera > > QEMU/KVM already allows an HTTP URL for the cdrom ISO image so add this > support > to libvirt as well. > The xml should be as following: > > > > > > > > Signed-off-by: Aline Manera > --- >

[libvirt] [PATCH] Allow a HTTP URL for cdrom ISO image

2013-08-21 Thread Aline Manera
From: Aline Manera QEMU/KVM already allows an HTTP URL for the cdrom ISO image so add this support to libvirt as well. The xml should be as following: Signed-off-by: Aline Manera --- src/conf/domain_conf.c |3 +- src/conf/domain

Re: [libvirt] [PATCH] Allow a HTTP URL for cdrom ISO image

2013-08-21 Thread Aline Manera
On 08/21/2013 01:51 PM, Daniel P. Berrange wrote: On Wed, Aug 21, 2013 at 01:47:36PM -0300, Aline Manera wrote: From: Aline Manera QEMU/KVM already allows an HTTP URL for the cdrom ISO image so add this support to libvirt as well. The xml should be as following:

Re: [libvirt] [PATCH] Allow a HTTP URL for cdrom ISO image

2013-08-21 Thread Daniel P. Berrange
On Wed, Aug 21, 2013 at 01:47:36PM -0300, Aline Manera wrote: > From: Aline Manera > > QEMU/KVM already allows an HTTP URL for the cdrom ISO image so add this > support > to libvirt as well. > The xml should be as following: > > > > > > > > Signed-off-by: Aline

[libvirt] [PATCH] Allow a HTTP URL for cdrom ISO image

2013-08-21 Thread Aline Manera
From: Aline Manera Hi all, qemu/KVM has support to iso streaming, allowing a HTTP UTL for cdrom iso image. I just added it to libvirt as well. Aline Manera (1): Allow a HTTP URL for cdrom ISO image src/conf/domain_conf.c |3 +- src/conf/domain_conf.h

[libvirt] [PATCH] Allow a HTTP URL for cdrom ISO image

2013-08-21 Thread Aline Manera
From: Aline Manera QEMU/KVM already allows an HTTP URL for the cdrom ISO image so add this support to libvirt as well. The xml should be as following: Signed-off-by: Aline Manera --- src/conf/domain_conf.c |3 +- src/conf/domain