1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-01-30 01:47:24 +03:00
Aline Manera 0f24393e60 Add ftps protocol support for cdrom disk
The ftps protocol is another protocol supported by qemu/KVM while specifying
the cdrom ISO image.

The xml should be as following:

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

Signed-off-by: Aline Manera <alinefm@br.ibm.com>
2013-09-17 14:45:02 +01:00
..
2013-08-12 20:44:41 -06:00
2009-07-16 15:06:42 +02:00
2013-09-12 17:18:32 +08:00
2013-09-10 17:06:41 -06:00
2009-07-29 09:04:21 +01:00
2013-09-12 17:18:32 +08:00