• P
    qemu: command: Add helper to format -object strings from JSON representation · 331b2583
    Peter Krempa 提交于
    Unlike -device, qemu uses a JSON object to add backend "objects" via the
    monitor rather than the string that would be passed on the commandline.
    
    To be able to reuse code parts that configure backends for various
    devices, this patch adds a helper that will allow generating the command
    line representations from the JSON property object.
    331b2583
qemu_command.c 443.2 KB