]> git.proxmox.com Git - mirror_qemu.git/commit
qom: Fix object_property_add_alias() with [*]
authorAndreas Färber <afaerber@suse.de>
Fri, 27 Mar 2015 16:34:10 +0000 (17:34 +0100)
committerAndreas Färber <afaerber@suse.de>
Tue, 31 Mar 2015 10:56:48 +0000 (12:56 +0200)
commita18bb417e954ceea0a30b46c38b0d58c3a7ca6a1
tree6e973b0afc227e7c2da6ef65f3ddca5b6373bc17
parentadbeb458eece2263039e5a1f6501b87ae3713319
qom: Fix object_property_add_alias() with [*]

Commit 8074264 (qom: Add description field in ObjectProperty struct)
introduced property descriptions and copied them for alias properties.

Instead of using the caller-supplied property name, use the returned
property name for setting the description. This avoids an Error when
setting a property description for a property with literal "[*]" that
doesn't exist due to automatic property naming in object_property_add().

Reviewed-by: Gonglei <arei.gonglei@huawei.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Cc: Michael S. Tsirkin <mst@redhat.com>
Cc: qemu-stable@nongnu.org (v2.2+)
Signed-off-by: Andreas Färber <afaerber@suse.de>
qom/object.c