Re: [Qemu-block] [PATCH v2 21/24] block: Initial implementation of -blockdev

2017-02-28 Thread Kevin Wolf
Am 28.02.2017 um 22:27 hat Markus Armbruster geschrieben: > The new command line option -blockdev works like QMP command > blockdev-add. > > The option argument may be given in JSON syntax, exactly as in QMP. > Example usage: > > -blockdev '{"node-name": "foo", "driver": "raw", "file": {"driv

[Qemu-block] [PATCH v2 21/24] block: Initial implementation of -blockdev

2017-02-28 Thread Markus Armbruster
The new command line option -blockdev works like QMP command blockdev-add. The option argument may be given in JSON syntax, exactly as in QMP. Example usage: -blockdev '{"node-name": "foo", "driver": "raw", "file": {"driver": "file", "filename": "foo.img"} }' The JSON argument doesn't exact