Re: [libvirt] [PATCHv3 19/36] qemu: json: Add format strings for optional command arguments

2014-06-03 Thread Peter Krempa
On 06/03/14 05:24, Eric Blake wrote: On 05/30/2014 02:37 AM, Peter Krempa wrote: This patch adds option to specify that a json qemu command argument is optional without the need to use if's or ternary operators to pass the list. Additionally all the modifier characters are documented to avoid

Re: [libvirt] [PATCHv3 19/36] qemu: json: Add format strings for optional command arguments

2014-06-02 Thread Eric Blake
On 05/30/2014 02:37 AM, Peter Krempa wrote: This patch adds option to specify that a json qemu command argument is optional without the need to use if's or ternary operators to pass the list. Additionally all the modifier characters are documented to avoid user confusion. ---