hmp: Ignore Error objects where the return value suffices
commita43770df5dbbe90bbe8ccb25e7c570169d10710b
authorMarkus Armbruster <armbru@redhat.com>
Tue, 7 Jul 2020 16:06:13 +0000 (7 18:06 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Fri, 10 Jul 2020 13:18:09 +0000 (10 15:18 +0200)
tree71dc85a28d3bc760dfc39e5e09a2b37691958ba3
parent2d226cf6d18c853a3dca3fae1442be399caa2e6f
hmp: Ignore Error objects where the return value suffices

qdev_print_props() receives and throws away Error objects just to
check for object_property_get_str() and object_property_print()
failure.  Unnecessary, both return suitable values, so use those
instead.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-Id: <20200707160613.848843-46-armbru@redhat.com>
qdev-monitor.c