]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: storage: Add support for URI based backing volumes in qemu's JSON pseudo-protocol
authorPeter Krempa <pkrempa@redhat.com>
Tue, 12 Jul 2016 15:59:58 +0000 (17:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 27 Jul 2016 11:24:20 +0000 (13:24 +0200)
commitba05b5b7e78476497fb2222f449b8cad2738acb1
tree026f48a3772522af710e98c4c7653141fb3a2f36
parent47f292dd35c4f2163d4a5f6d8673128c74e91a48
util: storage: Add support for URI based backing volumes in qemu's JSON pseudo-protocol

http(s), ftp(s) and tftp use URIs for volume definitions in the JSON
pseudo protocol so it's pretty straightforward to add support for them.
src/util/virstoragefile.c
tests/virstoragetest.c