f0276c3 util: qemu: Add wrapper for JSON -> commandline conversion

Authored and Committed by Peter Krempa 7 years ago
    util: qemu: Add wrapper for JSON -> commandline conversion
    
    Refactor the command line generator by adding a wrapper (with
    documentation) that will handle the outermost object iteration.
    
    This patch also renames the functions and tweaks the error message for
    nested arrays to be more universal.
    
    The new function is then reused to simplify qemucommandutiltest.
    
        
file modified
+1 -0
file modified
+33 -12
file modified
+3 -0
file modified
+14 -8