Re: [libvirt] [libvirt RFC PATCH 04/10] util: storage: Add support for URI based backing volumes in qemu's JSON pseudo-protocol

2016-07-27 Thread Eric Blake
On 07/15/2016 07:46 AM, Peter Krempa wrote: > 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 | 34 ++ > tests/virstoragetest.c| 8 +

[libvirt] [libvirt RFC PATCH 04/10] util: storage: Add support for URI based backing volumes in qemu's JSON pseudo-protocol

2016-07-15 Thread Peter Krempa
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 | 34 ++ tests/virstoragetest.c| 8 2 files changed, 42 insertions(+) diff --git