]> Git Repo - qemu.git/commit
spapr_pci: Drop some dead error handling
authorMarkus Armbruster <[email protected]>
Tue, 5 May 2020 15:29:25 +0000 (17:29 +0200)
committerMarkus Armbruster <[email protected]>
Fri, 15 May 2020 05:08:14 +0000 (07:08 +0200)
commit7ef1553dac8ef8dbe547b58d7420461a16be0eeb
treede122c337a188aac8eb152c1095a47fcd97c6ced
parentb69c3c21a5d11075d42100d5cfe0a736593fae6b
spapr_pci: Drop some dead error handling

chassis_from_bus() uses object_property_get_uint() to get property
"chassis_nr" of the bridge device.  Failure would be a programming
error.  Pass &error_abort, and simplify its callers.

Cc: David Gibson <[email protected]>
Cc: [email protected]
Signed-off-by: Markus Armbruster <[email protected]>
Acked-by: David Gibson <[email protected]>
Reviewed-by: Greg Kurz <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Paolo Bonzini <[email protected]>
Message-Id: <20200505152926[email protected]>
hw/ppc/spapr_pci.c
This page took 0.021682 seconds and 4 git commands to generate.