Re: [libvirt] [PATCH 03/25] util: storage: Add parser for qemu's "json" backing pseudo-protocol

2016-07-26 Thread Ján Tomko
Why the quotes? Jan On Mon, Jul 25, 2016 at 08:11:48PM +0200, Peter Krempa wrote: Add a modular parser that will allow to parse 'json' backing definitions that are supported by qemu. The initial implementation adds support for the 'file' driver. --- src/util/virstoragefile.c | 87 ++

[libvirt] [PATCH 03/25] util: storage: Add parser for qemu's "json" backing pseudo-protocol

2016-07-25 Thread Peter Krempa
Add a modular parser that will allow to parse 'json' backing definitions that are supported by qemu. The initial implementation adds support for the 'file' driver. --- src/util/virstoragefile.c | 87 +++ tests/virstoragetest.c| 8 + 2 files chan