Re: [PATCH v3 28/44] qom: Use returned bool to check for failure, manual part

2020-07-06 Thread Vladimir Sementsov-Ogievskiy
On 06.07.2020 11:09, Markus Armbruster wrote: The previous commit used Coccinelle to convert from checking the Error object to checking the return value. Convert a few more manually. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake Reviewed-by: Vladimir Sementsov-Ogievskiy

[PATCH v3 28/44] qom: Use returned bool to check for failure, manual part

2020-07-06 Thread Markus Armbruster
The previous commit used Coccinelle to convert from checking the Error object to checking the return value. Convert a few more manually. Signed-off-by: Markus Armbruster Reviewed-by: Eric Blake --- hw/core/bus.c | 6 +- hw/core/qdev.c | 7 +-- hw/s390x/s390-v