]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/aspeed_ast2600.c
hw/arm: Drop useless object_property_set_link() error handling
authorMarkus Armbruster <armbru@redhat.com>
Tue, 30 Jun 2020 09:03:41 +0000 (11:03 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 2 Jul 2020 04:25:29 +0000 (06:25 +0200)
commitc24d97168a3ec92d4d624bb463214e449be0a42d
treee1fdd3b13b78a8aa0c0d46b6c8f57ea323c051e3
parent2726dc51e0c8c4267ba7c10b5c89d6f842144b48
hw/arm: Drop useless object_property_set_link() error handling

object_property_set_link() fails when the property doesn't exist, is
not settable, or its .check() method fails.  These are all programming
errors here, so passing it &error_abort is appropriate.

Cc: Peter Maydell <peter.maydell@linaro.org>
Cc: "Cédric Le Goater" <clg@kaod.org>
Cc: Andrew Jeffery <andrew@aj.id.au>
Cc: Joel Stanley <joel@jms.id.au>
Cc: qemu-arm@nongnu.org
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20200630090351.1247703-17-armbru@redhat.com>
hw/arm/armsse.c
hw/arm/armv7m.c
hw/arm/aspeed_ast2600.c
hw/arm/aspeed_soc.c
hw/arm/nrf51_soc.c