Re: [libvirt] [libvirt RFC PATCH 03/10] util: storage: Add support for host device backing specified via JSON

2016-07-27 Thread Eric Blake
On 07/15/2016 07:46 AM, Peter Krempa wrote: > JSON pseudo protocol for qemu allows to explicitly specify devices. > Add convertor to the internal type. s/convertor/converter/ > --- > src/util/virstoragefile.c | 2 ++ > tests/virstoragetest.c| 6 ++ > 2 files changed, 8 insertions(+) >

[libvirt] [libvirt RFC PATCH 03/10] util: storage: Add support for host device backing specified via JSON

2016-07-15 Thread Peter Krempa
JSON pseudo protocol for qemu allows to explicitly specify devices. Add convertor to the internal type. --- src/util/virstoragefile.c | 2 ++ tests/virstoragetest.c| 6 ++ 2 files changed, 8 insertions(+) diff --git a/src/util/virstoragefile.c b/src/util/virstoragefile.c index