]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add https protocol support for cdrom disk
authorAline Manera <alinefm@br.ibm.com>
Mon, 16 Sep 2013 17:12:51 +0000 (14:12 -0300)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 17 Sep 2013 13:45:02 +0000 (14:45 +0100)
commitd9dd9818013312c0d18eeac3583097e0566a9b18
treeeeb178a9b7e83cd96c66f036a7a4d6a9ac165092
parent6bf4c779841f858872003ffe6a97df395b2940e6
Add https protocol support for cdrom disk

The https protocol is also accepted by qemu/KVM when specifying the cdrom ISO
image.

The xml should be as following:

    <disk type='network' device='cdrom'>
      <source protocol='https' name='/url/path'>
        <host name='host.name' port='443'/>
      </source>
    </disk>

Signed-off-by: Aline Manera <alinefm@br.ibm.com>
docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
tests/qemuxml2argvdata/qemuxml2argv-disk-cdrom-network-https.args [new file with mode: 0644]
tests/qemuxml2argvdata/qemuxml2argv-disk-cdrom-network-https.xml [new file with mode: 0644]
tests/qemuxml2argvtest.c