]> git.proxmox.com Git - mirror_qemu.git/commit
qmp: Use ObjectProperty.type if present
authorFam Zheng <famz@redhat.com>
Fri, 14 Jul 2017 02:14:53 +0000 (10:14 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 14 Jul 2017 10:04:42 +0000 (12:04 +0200)
commit75ab905383ea92d1c44cdd07e0f9fd509d51c9cc
tree5a94c6899376b052df711d466eb35a196ea95ea2
parent5b4ff3c661374b2df247e12b58667e4643b30af1
qmp: Use ObjectProperty.type if present

The dynamic value is more informative in the case of link property,
otherwise it is the same.

Signed-off-by: Fam Zheng <famz@redhat.com>
Message-Id: <20170714021509.23681-5-famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
qmp.c