Re: [Qemu-devel] [PATCH v4 4/5] qmp: print descriptions of object properties

2014-09-30 Thread Eric Blake
On 09/29/2014 09:02 PM, arei.gong...@huawei.com wrote: > From: Gonglei > > Add a new "description" field to DevicePropertyInfo. > The descriptions can serve as documentation in the code, > and they can be used to provide better help. For example: > > --- > qapi-schema.json | 4 +++- > qdev-mo

[Qemu-devel] [PATCH v4 4/5] qmp: print descriptions of object properties

2014-09-29 Thread arei.gonglei
From: Gonglei Add a new "description" field to DevicePropertyInfo. The descriptions can serve as documentation in the code, and they can be used to provide better help. For example: $./qemu-system-x86_64 -device virtio-blk-pci,? Before this patch: virtio-blk-pci.iothread=link virtio-blk-pci.x-