Re: [Qemu-block] [PATCH 19/24] qapi: Improve how keyval input visitor reports unexpected dicts

2017-02-28 Thread Kevin Wolf
Am 27.02.2017 um 12:20 hat Markus Armbruster geschrieben: > Incorrect option > > -blockdev node-name=foo,driver=file,filename=foo.img,aio.unmap > > is rejected with "Invalid parameter type for 'aio', expected: string". > To make sense of this, you almost have to translate it into the > equiva

[Qemu-block] [PATCH 19/24] qapi: Improve how keyval input visitor reports unexpected dicts

2017-02-27 Thread Markus Armbruster
Incorrect option -blockdev node-name=foo,driver=file,filename=foo.img,aio.unmap is rejected with "Invalid parameter type for 'aio', expected: string". To make sense of this, you almost have to translate it into the equivalent QMP command { "execute": "blockdev-add", "arguments": { "node-