qmp: Merge ObjectPropertyInfo and DevicePropertyInfo
commit35f63767dc77d85bebff6c6565aceaf74023776a
authorAlexey Kardashevskiy <aik@ozlabs.ru>
Thu, 1 Mar 2018 13:09:38 +0000 (2 00:09 +1100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Mar 2018 13:01:26 +0000 (6 14:01 +0100)
tree67671b4fbacb57f0a4e421787d7097ef9abe9bdc
parentf29d4450428fe07e9d6b0655cef2e59bfa0b2ea5
qmp: Merge ObjectPropertyInfo and DevicePropertyInfo

ObjectPropertyInfo is more generic and only missing @description.
This adds a description to ObjectPropertyInfo and removes
DevicePropertyInfo so the resulting ObjectPropertyInfo can be used
elsewhere.

Signed-off-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Message-Id: <20180301130939.15875-2-aik@ozlabs.ru>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qapi/misc.json
qdev-monitor.c
qmp.c